issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / gc / default_gc.h
index 0fb888a9e30eb4412421ff0ebbbb65f3e2323a40..f7dbc05ac4b00b0b632105abf5e2e877fd7b3c6a 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_GC_DEFAULT_GC_H
-#define __CDS_GC_DEFAULT_GC_H
+#ifndef CDSLIB_GC_DEFAULT_GC_H
+#define CDSLIB_GC_DEFAULT_GC_H
 
 #include <cds/gc/hp.h>
 
@@ -13,4 +13,4 @@ namespace cds { namespace gc {
 }} // namespace cds::gc
 
 
-#endif  // #ifndef __CDS_GC_DEFAULT_GC_H
+#endif  // #ifndef CDSLIB_GC_DEFAULT_GC_H