xml/libxml2libs/inc/libxml2/libxml2_globals.h
changeset 27 450972dee096
parent 0 e35f40988205
child 33 604ca70b6235
--- a/xml/libxml2libs/inc/libxml2/libxml2_globals.h	Fri Jun 11 15:35:29 2010 +0300
+++ b/xml/libxml2libs/inc/libxml2/libxml2_globals.h	Tue Jul 06 16:24:52 2010 +0300
@@ -124,9 +124,9 @@
 XMLPUBFUN void* XMLCALL realloc_impl(void *ptr, size_t size);
 
 #ifdef LIBXML_XPATH_ENABLED
-#   include "xmlengtriodef.h"
-#   include "xmlengtrionan.h"
-#   include "libxml2_xpathinternals.h"
+#include <stdapis/libxml2/xmlengtriodef.h>
+#include <stdapis/libxml2/xmlengtrionan.h>
+#include <stdapis/libxml2/libxml2_xpathinternals.h>
 #endif
 
 #ifdef LIBXML_CATALOG_ENABLED