]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
RGW: remove duplicate include header files in rgw_rados.cc 18578/head
authorgaosibei <gaosb@inspur.com>
Fri, 27 Oct 2017 07:05:42 +0000 (15:05 +0800)
committergaosibei <gaosb@inspur.com>
Fri, 27 Oct 2017 07:05:42 +0000 (15:05 +0800)
Signed-off-by: Sibei Gao <gaosb@inspur.com>
src/rgw/rgw_rados.cc

index 27f313110db6c16e62a4be111450650596293bf3..1a27d41a7cfb8ebc98648c5e317e5e330a400031 100644 (file)
 #include "rgw_cache.h"
 #include "rgw_acl.h"
 #include "rgw_acl_s3.h" /* for dumping s3policy in debug log */
-#include "rgw_metadata.h"
 #include "rgw_bucket.h"
 #include "rgw_rest_conn.h"
 #include "rgw_cr_rados.h"
 #include "rgw_cr_rest.h"
 
 #include "cls/rgw/cls_rgw_ops.h"
-#include "cls/rgw/cls_rgw_types.h"
 #include "cls/rgw/cls_rgw_client.h"
 #include "cls/rgw/cls_rgw_const.h"
 #include "cls/refcount/cls_refcount_client.h"
@@ -51,7 +49,6 @@
 
 #include "common/Clock.h"
 
-#include "include/rados/librados.hpp"
 using namespace librados;
 
 #include <string>
@@ -62,8 +59,6 @@ using namespace librados;
 #include <map>
 #include "include/random.h"
 
-#include "rgw_log.h"
-
 #include "rgw_gc.h"
 #include "rgw_lc.h"