Remove redundant header includes
[yaz-moved-to-github.git] / src / xml_match.c
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)