Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / container / michael_list_nogc.h
index ed02c4e6d6773b9565ae5e20c0c87f11441cd57d..e18a10da66463bd417deae2194999fc5d06c90d1 100644 (file)
@@ -3,10 +3,10 @@
 #ifndef __CDS_CONTAINER_MICHAEL_LIST_NOGC_H
 #define __CDS_CONTAINER_MICHAEL_LIST_NOGC_H
 
+#include <memory>
 #include <cds/container/michael_list_base.h>
 #include <cds/intrusive/michael_list_nogc.h>
 #include <cds/container/details/make_michael_list.h>
-#include <cds/details/std/memory.h>
 
 namespace cds { namespace container {