summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_acl_s3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_acl_s3.cc')
-rw-r--r--src/rgw/rgw_acl_s3.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rgw/rgw_acl_s3.cc b/src/rgw/rgw_acl_s3.cc
index e1c81e73ac8..57f3197c115 100644
--- a/src/rgw/rgw_acl_s3.cc
+++ b/src/rgw/rgw_acl_s3.cc
@@ -1,17 +1,16 @@
-#include <string.h>
+#include "include/types.h"
-#include <iostream>
-#include <map>
+#include <string.h>
-#include "include/types.h"
+#include "common/debug.h"
-#include "rgw_acl_s3.h"
#include "rgw_user.h"
-#define dout_subsys ceph_subsys_rgw
+#include "rgw_acl_s3.h"
using namespace std;
+#define dout_subsys ceph_subsys_rgw
#define RGW_URI_ALL_USERS "http://acs.amazonaws.com/groups/global/AllUsers"
#define RGW_URI_AUTH_USERS "http://acs.amazonaws.com/groups/global/AuthenticatedUsers"