- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/entities.c b/entities.c
index 8818f45..c7e96cc 100644
--- a/entities.c
+++ b/entities.c
@@ -17,6 +17,7 @@
 #endif
 #include "xmlmemory.h"
 #include "entities.h"
+#include "parser.h"
 
 /*
  * The XML predefined entities.
diff --git a/entities.h b/entities.h
index 858662f..3af38e3 100644
--- a/entities.h
+++ b/entities.h
@@ -57,8 +57,6 @@
  * External functions :
  */
 
-#include "parser.h"
-
 void			xmlAddDocEntity		(xmlDocPtr doc,
 						 const xmlChar *name,
 						 int type,
diff --git a/include/libxml/entities.h b/include/libxml/entities.h
index 858662f..3af38e3 100644
--- a/include/libxml/entities.h
+++ b/include/libxml/entities.h
@@ -57,8 +57,6 @@
  * External functions :
  */
 
-#include "parser.h"
-
 void			xmlAddDocEntity		(xmlDocPtr doc,
 						 const xmlChar *name,
 						 int type,