From: Yao Zongyou Date: Fri, 8 Dec 2017 03:43:59 +0000 (+0800) Subject: rgw: remove already included header files X-Git-Tag: v13.0.2~812^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8ea7d814bd5f83f40afb09bb00d66768a64b8d4;p=ceph.git rgw: remove already included header files Signed-off-by: Yao Zongyou --- diff --git a/src/rgw/librgw.cc b/src/rgw/librgw.cc index f114a589bbf7..c2b430c4ab11 100644 --- a/src/rgw/librgw.cc +++ b/src/rgw/librgw.cc @@ -50,10 +50,8 @@ #include "rgw_lib_frontend.h" #include -#include #include #include -#include #include diff --git a/src/rgw/rgw_auth_keystone.cc b/src/rgw/rgw_auth_keystone.cc index 607a611f7785..1421f89983cc 100644 --- a/src/rgw/rgw_auth_keystone.cc +++ b/src/rgw/rgw_auth_keystone.cc @@ -17,7 +17,6 @@ #include "rgw_common.h" #include "rgw_keystone.h" #include "rgw_auth_keystone.h" -#include "rgw_keystone.h" #include "rgw_rest_s3.h" #include "rgw_auth_s3.h" diff --git a/src/rgw/rgw_lc.h b/src/rgw/rgw_lc.h index 2cbd070a053f..df79a9cc9445 100644 --- a/src/rgw/rgw_lc.h +++ b/src/rgw/rgw_lc.h @@ -4,7 +4,6 @@ #include #include #include -#include #include "common/debug.h" diff --git a/src/rgw/rgw_lib_frontend.h b/src/rgw/rgw_lib_frontend.h index 0300faaefb9f..7b1b929005c3 100644 --- a/src/rgw/rgw_lib_frontend.h +++ b/src/rgw/rgw_lib_frontend.h @@ -6,8 +6,6 @@ #include -#include - #include "rgw_lib.h" #include "rgw_file.h" diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index fc305a431a22..360813bd862b 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -50,8 +50,6 @@ #include "compressor/Compressor.h" -#include "rgw_acl_swift.h" - #define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index 22fe2e7ffdb0..8e0c74f7c9e0 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -28,7 +28,6 @@ #include "common/mime.h" #include "common/utf8.h" #include "common/ceph_json.h" -#include "common/utf8.h" #include "common/ceph_time.h" #include "rgw_common.h" diff --git a/src/rgw/rgw_rest_s3.h b/src/rgw/rgw_rest_s3.h index d0aa098fa1b8..176874fb4639 100644 --- a/src/rgw/rgw_rest_s3.h +++ b/src/rgw/rgw_rest_s3.h @@ -22,7 +22,6 @@ #include "rgw_keystone.h" #include "rgw_rest_conn.h" #include "rgw_ldap.h" -#include "rgw_rest.h" #include "rgw_token.h" #include "include/assert.h"