From 16e86aef79b5d0196ca9dbd00bc6f97bb688671e Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 7 May 2014 14:03:35 +0200 Subject: [PATCH] mon_store_converter.cc: remove not needed includes Signed-off-by: Danny Al-Gaaf --- src/tools/mon_store_converter.cc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/tools/mon_store_converter.cc b/src/tools/mon_store_converter.cc index 1c0d3af98e2b7..e9376248c8e39 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" -- 2.39.5