* See the LICENSE file for copyright infomation. *
**********************************************************/
-#ifndef RED_BLACK_TREE_H
-#define RED_BLACK_TREE_H
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
}
#endif
-
-#endif
/**********************************************************
* See the LICENSE file for copyright information. *
**********************************************************/
-
-#ifndef STACK_H
-#define STACK_H
+
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
}
#endif
-
-#endif