diff options
Diffstat (limited to 'src/monmaptool.cc')
-rw-r--r-- | src/monmaptool.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/monmaptool.cc b/src/monmaptool.cc index cbc211accb9..221119f6466 100644 --- a/src/monmaptool.cc +++ b/src/monmaptool.cc @@ -16,17 +16,17 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h> - #include <iostream> #include <string> -using namespace std; +#include "include/str_list.h" #include "common/config.h" #include "common/ceph_argparse.h" -#include "global/global_init.h" -#include "global/debug.h" #include "mon/MonMap.h" -#include "include/str_list.h" +#include "global/global_init.h" +#include "global/global_context.h" + +using namespace std; void usage() { |