From: Danny Al-Gaaf Date: Wed, 7 May 2014 12:15:25 +0000 (+0200) Subject: ceph_monstore_tool.cc: cleanup included headers X-Git-Tag: v0.81~54^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d57561a8b775cded1552e3a3e72539eb00cc924c;p=ceph.git ceph_monstore_tool.cc: cleanup included headers Signed-off-by: Danny Al-Gaaf --- diff --git a/src/tools/ceph_monstore_tool.cc b/src/tools/ceph_monstore_tool.cc index b723af444296..a1cec7fe5b11 100644 --- a/src/tools/ceph_monstore_tool.cc +++ b/src/tools/ceph_monstore_tool.cc @@ -10,24 +10,19 @@ * License version 2.1, as published by the Free Software * Foundation. See file COPYING. */ -#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/LevelDBStore.h" +#include "include/stringify.h" #include "mon/MonitorDBStore.h" #include "mon/Paxos.h" -#include "common/Formatter.h" -#include "include/stringify.h" -#include "common/errno.h" namespace po = boost::program_options; using namespace std;