aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-06 14:34:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-06 14:34:08 +0000
commit2a9068212f118cd0b1e40283a5bb0cdb514f3fc4 (patch)
treebbafa3c88689e5689c96d4ced6f32ce92f1fcf60
parente28313b7d2364e3ad5b3f3da23e269226d995e1a (diff)
downloadandroid_external_libxml2-2a9068212f118cd0b1e40283a5bb0cdb514f3fc4.tar.gz
android_external_libxml2-2a9068212f118cd0b1e40283a5bb0cdb514f3fc4.tar.bz2
android_external_libxml2-2a9068212f118cd0b1e40283a5bb0cdb514f3fc4.zip
removed some misplaced includes of xmlversion.h Daniel
* globals.c testThreads.c: removed some misplaced includes of xmlversion.h Daniel
-rw-r--r--ChangeLog5
-rw-r--r--globals.c1
-rw-r--r--testThreads.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fcaa33c..d4db05b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
+
+ * globals.c testThreads.c: removed some misplaced includes
+ of xmlversion.h
+
Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
* threads.c: patch from Gary Pennington fixing a possible
diff --git a/globals.c b/globals.c
index 565de0ef..2009c70b 100644
--- a/globals.c
+++ b/globals.c
@@ -18,7 +18,6 @@
#endif
#include <string.h>
-#include <libxml/xmlversion.h>
#include <libxml/globals.h>
#include <libxml/xmlmemory.h>
diff --git a/testThreads.c b/testThreads.c
index 695bf2ad..c88b5632 100644
--- a/testThreads.c
+++ b/testThreads.c
@@ -1,6 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <libxml/xmlversion.h>
+#include "libxml.h"
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED)
#include <libxml/globals.h>