From e2e3d1d074f60f6a3480a28988289b581f5287d8 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 7 May 2014 14:14:44 +0200 Subject: [PATCH] ceph_filestore_tool.cc: remove not needed includes Signed-off-by: Danny Al-Gaaf --- src/tools/ceph_filestore_tool.cc | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/tools/ceph_filestore_tool.cc b/src/tools/ceph_filestore_tool.cc index eb9f8dac36d05..e461ebed3b770 100644 --- a/src/tools/ceph_filestore_tool.cc +++ b/src/tools/ceph_filestore_tool.cc @@ -12,26 +12,19 @@ * */ -#include -#include -#include -#include #include -#include #include -#include -#include -#include + #include -#include #include "common/Formatter.h" +#include "common/errno.h" #include "global/global_init.h" + #include "os/ObjectStore.h" #include "os/FileStore.h" -#include "common/perf_counters.h" -#include "common/errno.h" + #include "osd/PGLog.h" #include "osd/osd_types.h" #include "osd/OSD.h" -- 2.39.5