]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: remove unused #include
authorKefu Chai <kchai@redhat.com>
Wed, 17 Jul 2019 13:16:20 +0000 (21:16 +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/crush/CrushWrapper.h

index 16b52ed00ca444c695b351fb0f7075db929f07f5..4371a32ee0f2a0d85f196944c6bd1bd0c83f188a 100644 (file)
@@ -25,8 +25,6 @@ extern "C" {
 #include "include/encoding.h"
 #include "include/mempool.h"
 
-#include "common/Mutex.h"
-
 namespace ceph {
   class Formatter;
 }