Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / tests / unit / pqueue / push_pop.cpp
index 84b69aaa11398a56f1744de6ff927b9db7970a77..51c27ebaaa8251205f32310fa856d2300bf62eb6 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <vector>
 #include <algorithm>    // random_shuffle
-#include <cds/details/std/memory.h>
+#include <memory>
 
 namespace pqueue {