]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/librados_test_stub: do not include unused RWLock.h
authorKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 11:23:04 +0000 (19:23 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 11:24:52 +0000 (19:24 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librados_test_stub/TestMemCluster.h
src/test/librados_test_stub/TestMemIoCtxImpl.cc

index d5b1922ddf3398cf6dffad16e1211a9ed040369d..2e80bff17a465e7734622f6e54340033dd4c9aaa 100644 (file)
@@ -10,7 +10,6 @@
 #include "include/int_types.h"
 #include "common/ceph_mutex.h"
 #include "common/RefCountedObj.h"
-#include "common/RWLock.h"
 #include <boost/shared_ptr.hpp>
 #include <list>
 #include <map>
index 687abb16d40b9047e38d25c5580795c17b29e8ee..77ea14366cd097166f7c76661d9d30750c5a5249 100644 (file)
@@ -4,7 +4,6 @@
 #include "test/librados_test_stub/TestMemIoCtxImpl.h"
 #include "test/librados_test_stub/TestMemRadosClient.h"
 #include "common/Clock.h"
-#include "common/RWLock.h"
 #include "include/err.h"
 #include <functional>
 #include <boost/algorithm/string/predicate.hpp>