aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
diff options
context:
space:
mode:
authorBjorn Reese <breese@src.gnome.org>2001-04-21 16:57:29 +0000
committerBjorn Reese <breese@src.gnome.org>2001-04-21 16:57:29 +0000
commit70a9da54eb200cd5c5ceafb72aff72c39021c94c (patch)
treef1451c927671ec62eae6b8adc65babd8ddc88251 /debugXML.c
parent34b1b3a81ed88ad9885be382327e4be10364c01a (diff)
downloadandroid_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.tar.gz
android_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.tar.bz2
android_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.zip
trio upgrade and integration
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/debugXML.c b/debugXML.c
index 03b1128f..d20f207b 100644
--- a/debugXML.c
+++ b/debugXML.c
@@ -7,16 +7,9 @@
* Daniel Veillard <Daniel.Veillard@w3.org>
*/
-#ifdef WIN32
-#include "win32config.h"
-#else
-#include "config.h"
-#endif
-
-#include <libxml/xmlversion.h>
+#include "libxml.h"
#ifdef LIBXML_DEBUG_ENABLED
-#include <stdio.h>
#include <string.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>