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

index f11858c28a33c18be3d1f4ac97135ec289e9afe5..515abd79829e6b95ca6760c57712e739638e8258 100644 (file)
  * Foundation.  See file COPYING.
  * 
  */
-
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <errno.h>
-
-#include <iostream>
 #include <string>
-using namespace std;
 
-#include "common/config.h"
 #include "common/ceph_argparse.h"
 #include "common/errno.h"
+
 #include "global/global_init.h"
-#include "mon/MonMap.h"
 #include "include/str_list.h"
+#include "mon/MonMap.h"
+
+using namespace std;
 
 void usage()
 {