Work done on the plane, ready to release libxml2-2.0.0, Daniel
diff --git a/xmlIO.h b/xmlIO.h
index 565c21c..4d63b82 100644
--- a/xmlIO.h
+++ b/xmlIO.h
@@ -10,9 +10,9 @@
 #define __XML_IO_H__
 
 #include <stdio.h>
-#include "tree.h"
-#include "parser.h"
-#include "encoding.h"
+#include <libxml/tree.h>
+#include <libxml/parser.h>
+#include <libxml/encoding.h>
 
 #ifdef __cplusplus
 extern "C" {