issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / map / hdr_skiplist_map.h
index ef474f7506b8ae0f1615573f5ad9c110565b28aa..d919a1d28334544fab35c99e9b23872f69b8b189 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDSTEST_HDR_SKIPLIST_MAP_H
-#define __CDSTEST_HDR_SKIPLIST_MAP_H
+#ifndef CDSTEST_HDR_SKIPLIST_MAP_H
+#define CDSTEST_HDR_SKIPLIST_MAP_H
 
 #include "map/hdr_map.h"
 
@@ -536,4 +536,4 @@ namespace map {
 
 } // namespace map
 
-#endif // #ifndef __CDSTEST_HDR_SKIPLIST_MAP_H
+#endif // #ifndef CDSTEST_HDR_SKIPLIST_MAP_H