From 1af73d2a70aea56e180e72aae2aa7ccc256a6051 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 18 Jul 2019 21:33:14 +0800 Subject: [PATCH] test/common/Throttle: s/Mutex/ceph::mutex/ Signed-off-by: Kefu Chai --- src/test/common/Throttle.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/common/Throttle.cc b/src/test/common/Throttle.cc index 0737f128876..c5c984d99a7 100644 --- a/src/test/common/Throttle.cc +++ b/src/test/common/Throttle.cc @@ -29,7 +29,6 @@ #include #include "gtest/gtest.h" -#include "common/Mutex.h" #include "common/Thread.h" #include "common/Throttle.h" #include "common/ceph_argparse.h" -- 2.39.5