summaryrefslogtreecommitdiff
path: root/src/rgw/librgw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/librgw.cc')
-rw-r--r--src/rgw/librgw.cc12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/rgw/librgw.cc b/src/rgw/librgw.cc
index c8b8b8153d5..6b27a7b04f7 100644
--- a/src/rgw/librgw.cc
+++ b/src/rgw/librgw.cc
@@ -13,17 +13,19 @@
*/
#include "include/types.h"
+
+#include <errno.h>
+#include <sstream>
+#include <string.h>
+
#include "include/rados/librgw.h"
-#include "rgw/rgw_acl_s3.h"
-#include "rgw_acl.h"
#include "common/ceph_argparse.h"
#include "common/ceph_context.h"
#include "common/common_init.h"
#include "common/debug.h"
-#include <errno.h>
-#include <sstream>
-#include <string.h>
+#include "rgw_acl.h"
+#include "rgw_acl_s3.h"
#define dout_subsys ceph_subsys_rgw