1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Remove unnecessary #includes

This commit is contained in:
Nick Wellnhofer 2025-02-22 21:17:42 +01:00
parent 7ae8e8ac7d
commit 6ab430ca2e
3 changed files with 1 additions and 5 deletions

1
SAX2.c
View File

@ -21,7 +21,6 @@
#include <libxml/valid.h>
#include <libxml/entities.h>
#include <libxml/xmlerror.h>
#include <libxml/debugXML.h>
#include <libxml/xmlIO.h>
#include <libxml/uri.h>
#include <libxml/valid.h>

View File

@ -19,8 +19,8 @@
#include <stdarg.h>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/xmlmodule.h>
#include <libxml/xmlstring.h>
#ifdef _WIN32
#define MODULE_PATH "."

3
tree.c
View File

@ -38,9 +38,6 @@
#ifdef LIBXML_HTML_ENABLED
#include <libxml/HTMLtree.h>
#endif
#ifdef LIBXML_DEBUG_ENABLED
#include <libxml/debugXML.h>
#endif
#include "private/buf.h"
#include "private/entities.h"