issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / intrusive / michael_set.h
index b04495708a711e36e2aad9a844b949fad63ec07e..48e9c1b7e65950945026f4760f4692e74af94976 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_INTRUSIVE_MICHAEL_SET_H
-#define __CDS_INTRUSIVE_MICHAEL_SET_H
+#ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_H
+#define CDSLIB_INTRUSIVE_MICHAEL_SET_H
 
 #include <cds/intrusive/details/michael_set_base.h>
 #include <cds/details/allocator.h>
@@ -780,4 +780,4 @@ namespace cds { namespace intrusive {
 
 }}  // namespace cds::intrusive
 
-#endif // ifndef __CDS_INTRUSIVE_MICHAEL_SET_H
+#endif // ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_H