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

index 0ff23f4b752062fdbe133e51e447411212857e10..eba41157c9fc2bae0a0f8771cba365e8d0299ba2 100644 (file)
 * License kkjversion 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 <iostream>
-#include <sstream>
+
 #include <stdlib.h>
-#include <fstream>
 #include <string>
-#include <map>
-#include <set>
 
+#include "common/errno.h"
 #include "global/global_init.h"
-#include "os/LevelDBStore.h"
-#include "mon/MonitorDBStore.h"
+
 #include "os/DBObjectMap.h"
-#include "common/errno.h"
+#include "os/LevelDBStore.h"
 
 namespace po = boost::program_options;
 using namespace std;