diff options
| author | Bjorn Reese <breese@src.gnome.org> | 2001-04-21 16:57:29 +0000 |
|---|---|---|
| committer | Bjorn Reese <breese@src.gnome.org> | 2001-04-21 16:57:29 +0000 |
| commit | 70a9da54eb200cd5c5ceafb72aff72c39021c94c (patch) | |
| tree | f1451c927671ec62eae6b8adc65babd8ddc88251 /testURI.c | |
| parent | 34b1b3a81ed88ad9885be382327e4be10364c01a (diff) | |
| download | android_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.tar.gz android_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.tar.bz2 android_external_libxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.zip | |
trio upgrade and integration
Diffstat (limited to 'testURI.c')
| -rw-r--r-- | testURI.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -6,18 +6,12 @@ * Daniel.Veillard@w3.org */ -#ifdef WIN32 -#include "win32config.h" -#else -#include "config.h" -#endif +#include "libxml.h" -#include <stdio.h> #include <string.h> #include <stdio.h> #include <stdarg.h> -#include <libxml/xmlversion.h> #include <libxml/xmlmemory.h> #include <libxml/uri.h> |
