From d57561a8b775cded1552e3a3e72539eb00cc924c Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 7 May 2014 14:15:25 +0200 Subject: [PATCH] ceph_monstore_tool.cc: cleanup included headers Signed-off-by: Danny Al-Gaaf --- src/tools/ceph_monstore_tool.cc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/tools/ceph_monstore_tool.cc b/src/tools/ceph_monstore_tool.cc index b723af444296c..a1cec7fe5b117 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; -- 2.39.5