issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / details / bit_reverse_counter.h
index d12f8532c25224fb7e9984558c08e4940a77890c..7deb044cc8d1664a601a4174f0f1dc592edf52c0 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_DETAILS_BIT_REVERSE_COUNTER_H
-#define __CDS_DETAILS_BIT_REVERSE_COUNTER_H
+#ifndef CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H
+#define CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H
 
 #include <cds/algo/bitop.h>
 
@@ -70,4 +70,4 @@ namespace cds { namespace bitop {
 }}   // namespace cds::bitop
 //@endcond
 
-#endif // #ifndef __CDS_DETAILS_BIT_REVERSE_COUNTER_H
+#endif // #ifndef CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H