Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / urcu / dispose_thread.h
index 5a8686fbd6b01d463e26e3abbcf827f034841cca..acad1b44148cfe7cf226c839822f127d9260183e 100644 (file)
@@ -3,10 +3,10 @@
 #ifndef _CDS_URCU_DISPOSE_THREAD_H
 #define _CDS_URCU_DISPOSE_THREAD_H
 
+#include <memory>
 #include <cds/details/std/thread.h>
 #include <cds/details/std/mutex.h>
 #include <cds/details/std/condition_variable.h>
-#include <cds/details/std/memory.h>     // unique_ptr
 #include <cds/details/aligned_type.h>
 
 namespace cds { namespace urcu {