- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/parser.h b/parser.h
index 437302c..8a6443c 100644
--- a/parser.h
+++ b/parser.h
@@ -12,6 +12,8 @@
 #include "tree.h"
 #include "valid.h"
 #include "xmlIO.h"
+#include "entities.h"
+
 
 #ifdef __cplusplus
 extern "C" {
@@ -170,8 +172,6 @@
  * of the input generate data or structure informations.
  */
 
-#include "entities.h"
-
 typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
 			    const xmlChar *publicId, const xmlChar *systemId);
 typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name,
@@ -265,8 +265,6 @@
 extern int xmlSubstituteEntitiesDefaultValue;
 
 
-#include "entities.h"
-#include "xml-error.h"
 
 /**
  * Cleanup
@@ -381,6 +379,7 @@
 		xmlLoadExternalEntity	(const char *URL,
 					 const char *ID,
 					 xmlParserInputPtr context);
+
 #ifdef __cplusplus
 }
 #endif