mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
ceph_osdomap_tool.cc: cleanup included headers
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
d57561a8b7
commit
537385cc16
@ -10,26 +10,17 @@
|
||||
* 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 "global/global_init.h"
|
||||
#include "os/LevelDBStore.h"
|
||||
#include "mon/MonitorDBStore.h"
|
||||
#include "os/DBObjectMap.h"
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
|
||||
#include "common/errno.h"
|
||||
#include "global/global_init.h"
|
||||
|
||||
#include "os/DBObjectMap.h"
|
||||
#include "os/LevelDBStore.h"
|
||||
|
||||
namespace po = boost::program_options;
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user