summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_acl.h')
-rw-r--r--src/rgw/rgw_acl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rgw/rgw_acl.h b/src/rgw/rgw_acl.h
index c06e9eb3c88..a433e166767 100644
--- a/src/rgw/rgw_acl.h
+++ b/src/rgw/rgw_acl.h
@@ -1,16 +1,14 @@
#ifndef CEPH_RGW_ACL_H
#define CEPH_RGW_ACL_H
+#include <include/types.h>
+
#include <map>
#include <string>
#include <iostream>
-#include <include/types.h>
-
-#include "common/debug.h"
using namespace std;
-
#define RGW_PERM_READ 0x01
#define RGW_PERM_WRITE 0x02
#define RGW_PERM_READ_ACP 0x04