xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
--- a/xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp	Tue Aug 31 17:02:56 2010 +0300
+++ b/xml/libxml2libs/test/xmlengtester/xmlengtester_target/src/xmlengtesterblocksxpath.cpp	Wed Sep 01 12:37:34 2010 +0100
@@ -20,15 +20,15 @@
 #include "xmlengtester.h"
 
 #include <e32svr.h>
-#include <StifParser.h>
-#include <Stiftestinterface.h>
+#include <domain/osextensions/StifParser.h>
+#include <domain/osextensions/Stiftestinterface.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 <XmlEngXPathExtensionFunction.h>
+#include <XmlEngXPathEvaluationContext.h>
+#include <xmlengxpathconfiguration.h>
+#include <XmlEngXPathEvaluator.h>
+#include <XmlEngXPathExpression.h>
+#include <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 <xml/dom/xmlengxpathutils.h>
+#include <xmlengxpathutils.h>
 
 using namespace Xml;