summaryrefslogtreecommitdiff
path: root/xlink.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 /xlink.c
parentec30341c5c9d88ff5f1c23908707aee83c287612 (diff)
downloadlibxml2-361d845de0f06c1d52668c8df489ec8e4071a768.tar.gz
Work done on the plane, ready to release libxml2-2.0.0, Daniel
Diffstat (limited to 'xlink.c')
-rw-r--r--xlink.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xlink.c b/xlink.c
index 4bd10aad..14673432 100644
--- a/xlink.c
+++ b/xlink.c
@@ -35,11 +35,11 @@
#include <zlib.h>
#endif
-#include "xmlmemory.h"
-#include "tree.h"
-#include "parser.h"
-#include "valid.h"
-#include "xlink.h"
+#include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
+#include <libxml/parser.h>
+#include <libxml/valid.h>
+#include <libxml/xlink.h>
#define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
#define XHTML_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xhtml/")