rename michael_list_ptb.h to michael_list_dhp.h
[libcds.git] / cds / container / michael_set.h
index 49627a999cb98ecebfc029ab3d0221c01d5112d1..acc6271967f1fd4bdf7afddb308eb72a6e5a54a2 100644 (file)
@@ -127,7 +127,7 @@ namespace cds { namespace container {
         MichaelList as a bucket type. Also, for ordered list we should develop a comparator for our \p Foo
         struct.
         \code
-        #include <cds/container/michael_list_ptb.h>
+        #include <cds/container/michael_list_dhp.h>
         #include <cds/container/michael_set.h>
 
         namespace cc = cds::container;