From: Danny Al-Gaaf Date: Wed, 7 May 2014 12:03:35 +0000 (+0200) Subject: mon_store_converter.cc: remove not needed includes X-Git-Tag: v0.81~54^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16e86aef79b5d0196ca9dbd00bc6f97bb688671e;p=ceph.git mon_store_converter.cc: remove not needed includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/tools/mon_store_converter.cc b/src/tools/mon_store_converter.cc index 1c0d3af98e2b..e9376248c8e3 100644 --- a/src/tools/mon_store_converter.cc +++ b/src/tools/mon_store_converter.cc @@ -10,20 +10,18 @@ * License version 2.1, as published by the Free Software * Foundation. See file COPYING. */ -#include -#include -#include -#include -#include #include -#include + +#include +#include + +#include "common/ceph_argparse.h" +#include "common/debug.h" #include "include/types.h" #include "include/buffer.h" -#include "common/ceph_argparse.h" + #include "global/global_init.h" -#include "common/debug.h" -#include "common/config.h" #include "mon/MonitorDBStore.h" #include "mon/MonitorStore.h"