]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop expat header in a couple of files 15137/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Wed, 17 May 2017 14:16:13 +0000 (16:16 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 17 May 2017 14:16:36 +0000 (16:16 +0200)
Since it is already a part of rgw_xml
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_cors_s3.h
src/rgw/rgw_lc_s3.h

index aac42d8f1478346cc6d1a73dd6e2fd108db6c7eb..1e60e651512fe3177dc30a8148f9dc5e9f44d99e 100644 (file)
@@ -18,7 +18,6 @@
 #include <map>
 #include <string>
 #include <iosfwd>
-#include <expat.h>
 
 #include <include/types.h>
 #include <common/Formatter.h>
index 66dcb7fa990b82d132c6e646228d39bc80af7506..52f6987e4877541257aa6f98a2866acb773535ae 100644 (file)
@@ -6,8 +6,6 @@
 #include <iostream>
 #include <include/types.h>
 
-#include <expat.h>
-
 #include "include/str_list.h"
 #include "rgw_lc.h"
 #include "rgw_xml.h"