issue#11: tests/unit: changed .h file guard prefix to CDSUNIT_xxx
[libcds.git] / tests / unit / set2 / std_hash_set.h
index 2089bb05795b184cf7813d8c971a40dfe7a55033..5338c13fa4a60294d1b7763dce028fdfdce7d561 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDSUNIT_STD_HASH_SET_STD_H
-#define __CDSUNIT_STD_HASH_SET_STD_H
+#ifndef CDSUNIT_STD_HASH_SET_H
+#define CDSUNIT_STD_HASH_SET_H
 
 #include <unordered_set>
 #include <mutex>    //unique_lock
@@ -99,4 +99,4 @@ namespace set2 {
     };
 }   // namespace set2
 
-#endif  // #ifndef __CDSUNIT_STD_HASH_SET_STD_H
+#endif  // #ifndef CDSUNIT_STD_HASH_SET_H