Remove redundant header includes
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Sep 2013 08:48:28 +0000 (10:48 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Sep 2013 08:48:28 +0000 (10:48 +0200)
src/xml_add.c
src/xml_match.c

index a0c7396..ebd7a8c 100644 (file)
 #include <config.h>
 #endif
 
 #include <config.h>
 #endif
 
-#include <stdlib.h>
+#include <stdio.h>
 
 #include <yaz/srw.h>
 
 #include <yaz/srw.h>
-#include <yaz/wrbuf.h>
 #if YAZ_HAVE_XML2
 #if YAZ_HAVE_XML2
-#include <libxml/parser.h>
-#include <libxml/tree.h>
 #include "sru-p.h"
 
 void add_XML_n(xmlNodePtr ptr, const char *elem, char *val, int len,
 #include "sru-p.h"
 
 void add_XML_n(xmlNodePtr ptr, const char *elem, char *val, int len,
index ab0e4b1..b99247e 100644 (file)
 #include <config.h>
 #endif
 
 #include <config.h>
 #endif
 
-#include <stdlib.h>
-
 #include <yaz/srw.h>
 #include <yaz/srw.h>
-#include <yaz/wrbuf.h>
 #if YAZ_HAVE_XML2
 #if YAZ_HAVE_XML2
-#include <libxml/parser.h>
-#include <libxml/tree.h>
 #include "sru-p.h"
 
 int yaz_match_xsd_element(xmlNodePtr ptr, const char *elem)
 #include "sru-p.h"
 
 int yaz_match_xsd_element(xmlNodePtr ptr, const char *elem)