From 5d024b6f31f7b2b841b0b295c4868078175ef06d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Sep 2013 10:48:28 +0200 Subject: [PATCH] Remove redundant header includes --- src/xml_add.c | 5 +---- src/xml_match.c | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) 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) -- 1.7.10.4