summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_rados.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_rados.cc')
-rw-r--r--src/rgw/rgw_rados.cc32
1 files changed, 12 insertions, 20 deletions
diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc
index ce292540dee..223bef08c6c 100644
--- a/src/rgw/rgw_rados.cc
+++ b/src/rgw/rgw_rados.cc
@@ -1,37 +1,29 @@
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <string>
+#include <iostream>
+#include <vector>
+#include <list>
+#include <map>
#include "common/errno.h"
#include "common/Formatter.h"
-
-#include "rgw_rados.h"
-#include "rgw_cache.h"
-#include "rgw_acl.h"
-
-#include "cls/rgw/cls_rgw_types.h"
+#include "common/Clock.h"
+#include "auth/Crypto.h" // get_random_bytes()
#include "cls/rgw/cls_rgw_client.h"
#include "cls/refcount/cls_refcount_client.h"
+#include "global/debug.h"
+#include "rgw_cache.h"
+#include "rgw_acl.h"
#include "rgw_tools.h"
+#include "rgw_gc.h"
-#include "common/Clock.h"
-#include "global/debug.h"
+#include "rgw_rados.h"
-#include "include/rados/librados.hpp"
using namespace librados;
-#include <string>
-#include <iostream>
-#include <vector>
-#include <list>
-#include <map>
-#include "auth/Crypto.h" // get_random_bytes()
-
-#include "rgw_log.h"
-
-#include "rgw_gc.h"
-
#define dout_subsys ceph_subsys_rgw
using namespace std;