- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/include/libxml/tree.h b/include/libxml/tree.h
index 71cd041..9928089 100644
--- a/include/libxml/tree.h
+++ b/include/libxml/tree.h
@@ -10,13 +10,13 @@
 #ifndef __XML_TREE_H__
 #define __XML_TREE_H__
 
+#include <stdio.h>
+
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <stdio.h>
-
 /*
  * The different element types carried by an XML tree
  *
diff --git a/tree.h b/tree.h
index 71cd041..9928089 100644
--- a/tree.h
+++ b/tree.h
@@ -10,13 +10,13 @@
 #ifndef __XML_TREE_H__
 #define __XML_TREE_H__
 
+#include <stdio.h>
+
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <stdio.h>
-
 /*
  * The different element types carried by an XML tree
  *