Remove redundant header includes
[yaz-moved-to-github.git] / src / xml_add.c
index a0c7396..ebd7a8c 100644 (file)
 #include <config.h>
 #endif
 
-#include <stdlib.h>
+#include <stdio.h>
 
 #include <yaz/srw.h>
-#include <yaz/wrbuf.h>
 #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,