mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
Remove unnecessary #includes
This commit is contained in:
1
SAX2.c
1
SAX2.c
@@ -21,7 +21,6 @@
|
|||||||
#include <libxml/valid.h>
|
#include <libxml/valid.h>
|
||||||
#include <libxml/entities.h>
|
#include <libxml/entities.h>
|
||||||
#include <libxml/xmlerror.h>
|
#include <libxml/xmlerror.h>
|
||||||
#include <libxml/debugXML.h>
|
|
||||||
#include <libxml/xmlIO.h>
|
#include <libxml/xmlIO.h>
|
||||||
#include <libxml/uri.h>
|
#include <libxml/uri.h>
|
||||||
#include <libxml/valid.h>
|
#include <libxml/valid.h>
|
||||||
|
@@ -19,8 +19,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include <libxml/xmlmemory.h>
|
#include <libxml/xmlmemory.h>
|
||||||
#include <libxml/debugXML.h>
|
|
||||||
#include <libxml/xmlmodule.h>
|
#include <libxml/xmlmodule.h>
|
||||||
|
#include <libxml/xmlstring.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define MODULE_PATH "."
|
#define MODULE_PATH "."
|
||||||
|
3
tree.c
3
tree.c
@@ -38,9 +38,6 @@
|
|||||||
#ifdef LIBXML_HTML_ENABLED
|
#ifdef LIBXML_HTML_ENABLED
|
||||||
#include <libxml/HTMLtree.h>
|
#include <libxml/HTMLtree.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef LIBXML_DEBUG_ENABLED
|
|
||||||
#include <libxml/debugXML.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "private/buf.h"
|
#include "private/buf.h"
|
||||||
#include "private/entities.h"
|
#include "private/entities.h"
|
||||||
|
Reference in New Issue
Block a user