aboutsummaryrefslogtreecommitdiffstats
path: root/entities.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-04-03 19:48:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-04-03 19:48:13 +0000
commit361d845de0f06c1d52668c8df489ec8e4071a768 (patch)
tree8fee91c517cebbf8d196924550fd8aada4f08770 /entities.c
parentec30341c5c9d88ff5f1c23908707aee83c287612 (diff)
downloadandroid_external_libxml2-361d845de0f06c1d52668c8df489ec8e4071a768.tar.gz
android_external_libxml2-361d845de0f06c1d52668c8df489ec8e4071a768.tar.bz2
android_external_libxml2-361d845de0f06c1d52668c8df489ec8e4071a768.zip
Work done on the plane, ready to release libxml2-2.0.0, Daniel
Diffstat (limited to 'entities.c')
-rw-r--r--entities.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/entities.c b/entities.c
index d9cefed6..15247a2d 100644
--- a/entities.c
+++ b/entities.c
@@ -17,9 +17,9 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#include "xmlmemory.h"
-#include "entities.h"
-#include "parser.h"
+#include <libxml/xmlmemory.h>
+#include <libxml/entities.h>
+#include <libxml/parser.h>
#define DEBUG_ENT_REF /* debugging of cross entities dependancies */