]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_monstore_tool.cc: cleanup included headers
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 12:15:25 +0000 (14:15 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 12:15:25 +0000 (14:15 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/tools/ceph_monstore_tool.cc

index b723af444296ce63f1b312d0bd9cc8b36010775b..a1cec7fe5b117cc95002c2817ecc6f674055e57f 100644 (file)
 * License version 2.1, as published by the Free Software
 * Foundation. See file COPYING.
 */
-#include <boost/scoped_ptr.hpp>
-#include <boost/lexical_cast.hpp>
-#include <boost/program_options/option.hpp>
-#include <boost/program_options/options_description.hpp>
 #include <boost/program_options/variables_map.hpp>
-#include <boost/program_options/cmdline.hpp>
 #include <boost/program_options/parsers.hpp>
-#include <sstream>
+
 #include <stdlib.h>
 #include <string>
 
+#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;