Major merge from 'dev'
[libcds.git] / cds / gc / dhp.h
index c854b91aabf1b2aa1ab63315984a368c09aa8487..ed4834968968529b9900c57f68d76932cc369d5f 100644 (file)
@@ -1,16 +1,10 @@
 //$$CDS-header$$
 
-#ifndef __CDS_GC_DHP_H
-#define __CDS_GC_DHP_H
+#ifndef CDSLIB_GC_DHP_H
+#define CDSLIB_GC_DHP_H
 
-#include <cds/gc/dhp/dhp_decl.h>
-#include <cds/gc/dhp/dhp_impl.h>
+#include <cds/gc/impl/dhp_decl.h>
+#include <cds/gc/impl/dhp_impl.h>
 #include <cds/details/lib.h>
 
-//@cond
-namespace cds { namespace gc {
-    typedef PTB DHP;
-}} // namespace cds::gc
-//@endcond
-
-#endif // #ifndef __CDS_GC_DHP_H
+#endif // #ifndef CDSLIB_GC_DHP_H