Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / intrusive / ellen_bintree_impl.h
index 5bfdd0a02ec2c87ee72a53341b0f2b5c90f1d248..f4890a8dc2c9056586eadab069fe083a88f6cf88 100644 (file)
@@ -3,12 +3,12 @@
 #ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_IMPL_H
 #define __CDS_INTRUSIVE_ELLEN_BINTREE_IMPL_H
 
+#include <memory>
 #include <cds/intrusive/details/ellen_bintree_base.h>
 #include <cds/opt/compare.h>
 #include <cds/ref.h>
 #include <cds/details/binary_functor_wrapper.h>
 #include <cds/urcu/details/check_deadlock.h>
-#include <cds/details/std/memory.h>
 #include <cds/gc/guarded_ptr.h>
 
 namespace cds { namespace intrusive {