From: Jos Collin Date: Tue, 28 Mar 2017 08:11:02 +0000 (+0530) Subject: rgw: Removed Unwanted headers X-Git-Tag: v12.0.2~253^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14183%2Fhead;p=ceph.git rgw: Removed Unwanted headers The following headers are already included by the other included header files in rgw_common.h. So removed them. Signed-off-by: Jos Collin --- diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index e01858e9764b..535cea83ac65 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -17,21 +17,9 @@ #define CEPH_RGW_COMMON_H #include "common/ceph_crypto.h" - -#include "common/debug.h" #include "common/perf_counters.h" - #include "acconfig.h" - -#include -#include -#include -#include -#include -#include "include/types.h" -#include "include/utime.h" #include "rgw_acl.h" -#include "rgw_basic_types.h" #include "rgw_cors.h" #include "rgw_quota.h" #include "rgw_string.h"