]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Removed Unwanted headers 14183/head
authorJos Collin <jcollin@redhat.com>
Tue, 28 Mar 2017 08:11:02 +0000 (13:41 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 28 Mar 2017 08:11:25 +0000 (13:41 +0530)
The following headers are already included by the other included header files in rgw_common.h. So removed them.

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/rgw/rgw_common.h

index e01858e9764b6e0f90db372fb2914507fe76ddd1..535cea83ac659128740cb3c7dbf7ba72f5c209f1 100644 (file)
 #define CEPH_RGW_COMMON_H
 
 #include "common/ceph_crypto.h"
-
-#include "common/debug.h"
 #include "common/perf_counters.h"
-
 #include "acconfig.h"
-
-#include <errno.h>
-#include <string.h>
-#include <string>
-#include <map>
-#include <boost/utility/string_ref.hpp>
-#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"