issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / cuckoo_set.h
index e7e50d4bf80b93201d568ee3ec9e8a802488eefe..b2554a58bf248300c66c832f3b7cbc4c209706f9 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_CUCKOO_SET_H
-#define __CDS_CONTAINER_CUCKOO_SET_H
+#ifndef CDSLIB_CONTAINER_CUCKOO_SET_H
+#define CDSLIB_CONTAINER_CUCKOO_SET_H
 
 #include <cds/container/details/cuckoo_base.h>
 #include <cds/details/binary_functor_wrapper.h>
@@ -829,4 +829,4 @@ namespace cds { namespace container {
 
 }} // namespace cds::container
 
-#endif //#ifndef __CDS_CONTAINER_CUCKOO_SET_H
+#endif //#ifndef CDSLIB_CONTAINER_CUCKOO_SET_H