summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_common.cc')
-rw-r--r--src/rgw/rgw_common.cc15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc
index 8a1e423af95..f3eeaa0c517 100644
--- a/src/rgw/rgw_common.cc
+++ b/src/rgw/rgw_common.cc
@@ -1,20 +1,17 @@
-#include <errno.h>
-
-#include "rgw_common.h"
-#include "rgw_acl.h"
-#include "rgw_string.h"
+#include <sstream>
-#include "common/ceph_crypto.h"
+#include "include/str_list.h"
#include "common/armor.h"
#include "common/errno.h"
#include "common/Clock.h"
#include "common/Formatter.h"
-#include "common/perf_counters.h"
-#include "include/str_list.h"
#include "auth/Crypto.h"
#include "global/debug.h"
-#include <sstream>
+#include "rgw_acl.h"
+#include "rgw_string.h"
+
+#include "rgw_common.h"
#define dout_subsys ceph_subsys_rgw