reimplement guarded_ptr from scratch
[libcds.git] / cds / container / impl / skip_list_set.h
index 59082192261ebc82cafb5bd03e44b8f7d3f55354..9f699af9569448fda658c83c718fdd2a1c734364 100644 (file)
@@ -4,7 +4,6 @@
 #define __CDS_CONTAINER_IMPL_SKIP_LIST_SET_H
 
 #include <cds/details/binary_functor_wrapper.h>
-#include <cds/gc/guarded_ptr.h>
 #include <cds/container/details/guarded_ptr_cast.h>
 
 namespace cds { namespace container {