issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / set / hdr_intrusive_skiplist_set.h
index 873955404e61181d7ef5b980e2f0b1f1c3e3cf92..60549192b3d0db35605cff6a44eb6e9faad8c0a3 100644 (file)
@@ -1,5 +1,8 @@
 //$$CDS-header$$
 
+#ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H
+#define CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H
+
 #include "set/hdr_intrusive_set.h"
 
 namespace set {
@@ -756,3 +759,5 @@ namespace set {
         CPPUNIT_TEST_SUITE_END()
     };
 } // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H