]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon_store_converter.cc: remove not needed includes
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 12:03:35 +0000 (14:03 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 12:03:35 +0000 (14:03 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/tools/mon_store_converter.cc

index 1c0d3af98e2b7285e195f1f9661bae8e09428feb..e9376248c8e39adf062a364690f2c11055ad14d4 100644 (file)
 * License version 2.1, as published by the Free Software
 * Foundation. See file COPYING.
 */
-#include <iostream>
-#include <string>
-#include <sstream>
-#include <map>
-#include <set>
 #include <boost/scoped_ptr.hpp>
-#include <errno.h>
+
+#include <set>
+#include <string>
+
+#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"