Fix: remove michael_deque.h from test
authorkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 16:32:11 +0000 (20:32 +0400)
committerkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 16:32:11 +0000 (20:32 +0400)
tests/unit/stack/intrusive_stack_type.h
tests/unit/stack/stack_type.h

index 008c9d120391099c99794bbc2ad6abd6679e0492..bc24ff65fd106f0ce636955f52b05e476dee9a1c 100644 (file)
@@ -4,7 +4,6 @@
 #define __CDSUNIT_INTRUSIVE_STACK_TYPES_H
 
 #include <cds/intrusive/treiber_stack.h>
-#include <cds/intrusive/michael_deque.h>
 #include <cds/intrusive/fcstack.h>
 
 #include <cds/gc/hp.h>
index 7a840a807916962da3c020cf1194240ba01f2617..6cc4526c8d2a2c39d1aa4dcaffdfe89d84d531ce 100644 (file)
@@ -4,7 +4,6 @@
 #define __CDSUNIT_STACK_TYPES_H
 
 #include <cds/container/treiber_stack.h>
-#include <cds/container/michael_deque.h>
 #include <cds/container/fcstack.h>
 #include <cds/container/fcdeque.h>