- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/valid.h b/valid.h
index dc3206f..7190bbf 100644
--- a/valid.h
+++ b/valid.h
@@ -10,12 +10,12 @@
 #ifndef __XML_VALID_H__
 #define __XML_VALID_H__
 
+#include "tree.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "tree.h"
-
 /**
  * an xmlValidCtxt is used for error reporting when validating
  */