From 324ed1554a2cb0cd5f00670afce2f97a458b6b80 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 28 Mar 2017 13:41:02 +0530 Subject: [PATCH] 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 --- src/rgw/rgw_common.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index e01858e9764..535cea83ac6 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" -- 2.47.3