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>