trio upgrade and integration
diff --git a/xmlmemory.c b/xmlmemory.c
index d693ba3..e6c51b5 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -4,13 +4,8 @@
  * Daniel.Veillard@w3.org
  */
 
-#ifdef WIN32
-#include "win32config.h"
-#else
-#include "config.h"
-#endif
+#include "libxml.h"
 
-#include <stdio.h>
 #include <string.h>
 
 #ifdef HAVE_SYS_TYPES_H