]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/common/Throttle: s/Mutex/ceph::mutex/
authorKefu Chai <kchai@redhat.com>
Thu, 18 Jul 2019 13:33:14 +0000 (21:33 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Aug 2019 03:27:20 +0000 (11:27 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/common/Throttle.cc

index 0737f12887650251be7d9828fe2d1600d94e5bdb..c5c984d99a7590e6c43bc3b7f204c9298eb8cf56 100644 (file)
@@ -29,7 +29,6 @@
 #include <thread>
 
 #include "gtest/gtest.h"
-#include "common/Mutex.h"
 #include "common/Thread.h"
 #include "common/Throttle.h"
 #include "common/ceph_argparse.h"