issue#11: tests/unit: changed .h file guard prefix to CDSUNIT_xxx
[libcds.git] / tests / unit / set2 / std_set.h
index 09f8fc0ff8d9615d40617f9edf2dce780410ff29..3ad196e8885803adc59887921bab8ccd7ce23dad 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDSUNIT_STD_SET_VC_H
-#define __CDSUNIT_STD_SET_VC_H
+#ifndef CDSUNIT_STD_SET_H
+#define CDSUNIT_STD_SET_H
 
 #include <set>
 #include <mutex>    //unique_lock
@@ -87,4 +87,4 @@ namespace set2 {
     };
 } // namespace set2
 
-#endif  // #ifndef __CDSUNIT_STD_MAP_VC_H
+#endif  // #ifndef CDSUNIT_STD_MAP_H