xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
--- a/xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp	Mon May 03 14:14:40 2010 +0300
+++ b/xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp	Wed Jun 23 20:27:15 2010 +0530
@@ -23,12 +23,12 @@
 #include <StifParser.h>
 #include <Stiftestinterface.h>
 
-#include <XmlEngXPathExtensionFunction.h>
-#include <XmlEngXPathEvaluationContext.h>
-#include <xmlengxpathconfiguration.h>
-#include <XmlEngXPathEvaluator.h>
-#include <XmlEngXPathExpression.h>
-#include <xmlengxpatherrors.h>
+#include <xml/dom/xmlengxpathextensionfunction.h>
+#include <xml/dom/xmlengxpathevaluationcontext.h>
+#include <xml/dom/xmlengxpathconfiguration.h>
+#include <xml/dom/xmlengxpathevaluator.h>
+#include <xml/dom/xmlengxpathexpression.h>
+#include <xml/dom/xmlengxpatherrors.h>
 
 #include <Xml\Parser.h>
 #include <Xml\ParserFeature.h>
@@ -36,7 +36,7 @@
 #include <libc\string.h>
 #include <charconv.h>
 #include <UTF.H>
-#include <xmlengxpathutils.h>
+#include <xml/dom/xmlengxpathutils.h>
 
 using namespace Xml;