issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / ordered_list / hdr_intrusive_michael.h
index 52c717351c4421a34b4277019dc21ca44a0ba093..05248f66d8a59137aa73e0131037ab0fa74ac1d3 100644 (file)
@@ -1,5 +1,8 @@
 //$$CDS-header$$
 
+#ifndef CDSTEST_HDR_INTRUSIVE_MICHAEL_H
+#define CDSTEST_HDR_INTRUSIVE_MICHAEL_H
+
 #include "cppunit/cppunit_proxy.h"
 #include <cds/intrusive/details/michael_list_base.h>
 
@@ -904,3 +907,5 @@ namespace ordlist {
         CPPUNIT_TEST_SUITE_END()
     };
 }   // namespace ordlist
+
+#endif // CDSTEST_HDR_INTRUSIVE_MICHAEL_H