summaryrefslogtreecommitdiff
path: root/src/common/ceph_argparse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_argparse.cc')
-rw-r--r--src/common/ceph_argparse.cc21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc
index 646931acdc9..5b318103664 100644
--- a/src/common/ceph_argparse.cc
+++ b/src/common/ceph_argparse.cc
@@ -11,16 +11,6 @@
* Foundation. See file COPYING.
*
*/
-
-#include "auth/Auth.h"
-#include "common/ConfUtils.h"
-#include "common/ceph_argparse.h"
-#include "common/common_init.h"
-#include "common/config.h"
-#include "common/strtol.h"
-#include "common/version.h"
-#include "include/intarith.h"
-#include "include/str_list.h"
#include "msg/msg_types.h"
#include <errno.h>
@@ -31,6 +21,17 @@
#include <sstream>
#include <vector>
+#include "include/intarith.h"
+#include "include/str_list.h"
+#include "common/ConfUtils.h"
+#include "common/common_init.h"
+#include "common/config.h"
+#include "common/strtol.h"
+#include "common/version.h"
+#include "auth/Auth.h"
+
+#include "ceph_argparse.h"
+
/*
* Ceph argument parsing library
*