Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / container / michael_list_impl.h
index 739bbc58c48c85eeb2f76fa264a2fee7aa8636e8..ccec178ad5d9c6a5ed256c5c255901da32d2d2bc 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __CDS_CONTAINER_MICHAEL_LIST_IMPL_H
 #define __CDS_CONTAINER_MICHAEL_LIST_IMPL_H
 
-#include <cds/details/std/memory.h>
+#include <memory>
 #include <cds/container/details/guarded_ptr_cast.h>
 
 namespace cds { namespace container {