]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_admin.cc: remove twice included header, resort includes
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 2 May 2014 01:45:22 +0000 (03:45 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 11:27:38 +0000 (13:27 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_admin.cc

index b9cc2b34e1f58f7e9f0a7621286c504b9cc70f1e..6d940afed7285e8f88334a75a35d559907060077 100644 (file)
@@ -1,23 +1,24 @@
 #include <errno.h>
-
 #include <iostream>
 #include <sstream>
 #include <string>
 
 using namespace std;
 
-#include "common/ceph_json.h"
+#include "auth/Crypto.h"
 
+#include "common/armor.h"
+#include "common/ceph_json.h"
 #include "common/config.h"
 #include "common/ceph_argparse.h"
 #include "common/Formatter.h"
-#include "common/ceph_json.h"
-#include "global/global_init.h"
 #include "common/errno.h"
+
+#include "global/global_init.h"
+
 #include "include/utime.h"
 #include "include/str_list.h"
 
-#include "common/armor.h"
 #include "rgw_user.h"
 #include "rgw_bucket.h"
 #include "rgw_rados.h"
@@ -27,7 +28,6 @@ using namespace std;
 #include "rgw_formats.h"
 #include "rgw_usage.h"
 #include "rgw_replica_log.h"
-#include "auth/Crypto.h"
 
 #define dout_subsys ceph_subsys_rgw