From: Adam Dickmeiss Date: Tue, 10 Sep 2013 08:48:28 +0000 (+0200) Subject: Remove redundant header includes X-Git-Tag: v5.0.0~53 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5d024b6f31f7b2b841b0b295c4868078175ef06d Remove redundant header includes --- diff --git a/src/xml_add.c b/src/xml_add.c index a0c7396..ebd7a8c 100644 --- a/src/xml_add.c +++ b/src/xml_add.c @@ -10,13 +10,10 @@ #include #endif -#include +#include #include -#include #if YAZ_HAVE_XML2 -#include -#include #include "sru-p.h" void add_XML_n(xmlNodePtr ptr, const char *elem, char *val, int len, diff --git a/src/xml_match.c b/src/xml_match.c index ab0e4b1..b99247e 100644 --- a/src/xml_match.c +++ b/src/xml_match.c @@ -10,13 +10,8 @@ #include #endif -#include - #include -#include #if YAZ_HAVE_XML2 -#include -#include #include "sru-p.h" int yaz_match_xsd_element(xmlNodePtr ptr, const char *elem)