issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / ordered_list / hdr_lazy_kv.h
index e62dcf3b09b697e0daf67f8d35d83875d1e15ee0..653c2f7a7cabcefc5824065568cf4f3ea6cd2039 100644 (file)
@@ -1,5 +1,8 @@
 //$$CDS-header$$
 
+#ifndef CDSTEST_HDR_LAZY_KV_H
+#define CDSTEST_HDR_LAZY_KV_H
+
 #include "cppunit/cppunit_proxy.h"
 #include <cds/container/details/lazy_list_base.h>
 
@@ -722,3 +725,5 @@ namespace ordlist {
     };
 
 }   // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_LAZY_KV_H
\ No newline at end of file