From: Jiaying Ren Date: Wed, 15 Mar 2017 08:30:24 +0000 (+0800) Subject: rgw: cleanup redundant file include for lc X-Git-Tag: v12.0.1~27^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c45d59f78c986444b25e964a6c7e330b2041bdbf;p=ceph.git rgw: cleanup redundant file include for lc Signed-off-by: Jiaying Ren --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 0ccee5d34ba..852b48d401c 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -22,8 +22,6 @@ #include "rgw_cache.h" #include "rgw_acl.h" #include "rgw_acl_s3.h" /* for dumping s3policy in debug log */ -#include "rgw_lc.h" -#include "rgw_lc_s3.h" #include "rgw_metadata.h" #include "rgw_bucket.h" #include "rgw_rest_conn.h"