From: Danny Al-Gaaf Date: Wed, 7 May 2014 12:14:44 +0000 (+0200) Subject: ceph_filestore_tool.cc: remove not needed includes X-Git-Tag: v0.81~54^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2e3d1d074f60f6a3480a28988289b581f5287d8;p=ceph.git ceph_filestore_tool.cc: remove not needed includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/tools/ceph_filestore_tool.cc b/src/tools/ceph_filestore_tool.cc index eb9f8dac36d0..e461ebed3b77 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"