updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / trio.h
index 770c6a6..941bdd0 100644 (file)
 #ifndef TRIO_TRIO_H
 #define TRIO_TRIO_H
 
-#include <stdio.h>
-#include <stdlib.h>
-#if defined(TRIO_COMPILER_ANCIENT)
-# include <varargs.h>
-#else
-# include <stdarg.h>
-#endif
-
 #if !defined(WITHOUT_TRIO)
 
 /*
 
 #include "triodef.h"
 
+#include <stdio.h>
+#include <stdlib.h>
+#if defined(TRIO_COMPILER_ANCIENT)
+# include <varargs.h>
+#else
+# include <stdarg.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif