summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_acl_swift.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_acl_swift.cc')
-rw-r--r--src/rgw/rgw_acl_swift.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/rgw/rgw_acl_swift.cc b/src/rgw/rgw_acl_swift.cc
index b02ce90f538..e9a9251d673 100644
--- a/src/rgw/rgw_acl_swift.cc
+++ b/src/rgw/rgw_acl_swift.cc
@@ -1,16 +1,14 @@
-
-#include <string.h>
-
-#include <vector>
+#include "common/debug.h"
#include "rgw_common.h"
#include "rgw_user.h"
-#include "rgw_acl_swift.h"
-#define dout_subsys ceph_subsys_rgw
+#include "rgw_acl_swift.h"
using namespace std;
+#define dout_subsys ceph_subsys_rgw
+
#define SWIFT_PERM_READ RGW_PERM_READ_OBJS
#define SWIFT_PERM_WRITE RGW_PERM_WRITE_OBJS