aboutsummaryrefslogtreecommitdiffstats
path: root/SAX.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 /SAX.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 'SAX.c')
-rw-r--r--SAX.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/SAX.c b/SAX.c
index c3f94fc0..0042d61c 100644
--- a/SAX.c
+++ b/SAX.c
@@ -7,12 +7,7 @@
*/
-#ifdef WIN32
-#include "win32config.h"
-#else
-#include "config.h"
-#endif
-#include <stdio.h>
+#include "libxml.h"
#include <stdlib.h>
#include <string.h>
#include <libxml/xmlmemory.h>