From: Abhishek Lekshmanan Date: Wed, 17 May 2017 14:16:13 +0000 (+0200) Subject: rgw: drop expat header in a couple of files X-Git-Tag: v12.1.0~10^2~85^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9db24d5577a41d19d34bc08ce70827f02a9d8489;p=ceph.git rgw: drop expat header in a couple of files Since it is already a part of rgw_xml Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_cors_s3.h b/src/rgw/rgw_cors_s3.h index aac42d8f1478..1e60e651512f 100644 --- a/src/rgw/rgw_cors_s3.h +++ b/src/rgw/rgw_cors_s3.h @@ -18,7 +18,6 @@ #include #include #include -#include #include #include diff --git a/src/rgw/rgw_lc_s3.h b/src/rgw/rgw_lc_s3.h index 66dcb7fa990b..52f6987e4877 100644 --- a/src/rgw/rgw_lc_s3.h +++ b/src/rgw/rgw_lc_s3.h @@ -6,8 +6,6 @@ #include #include -#include - #include "include/str_list.h" #include "rgw_lc.h" #include "rgw_xml.h"