webservices/wsfragment/src/wslibxml2utils.cpp
branchRCL_3
changeset 22 c5fabff9b552
parent 1 272b002df977
child 23 1adb97a15c2f
--- a/webservices/wsfragment/src/wslibxml2utils.cpp	Thu Aug 19 10:59:30 2010 +0300
+++ b/webservices/wsfragment/src/wslibxml2utils.cpp	Tue Aug 31 16:18:26 2010 +0300
@@ -24,10 +24,10 @@
 
 #include "wslibxml2utils.h"
 
-#include <libxml2_globals.h>
-#include <xmlengelement.h>
-#include <xmlengerrors.h>
-#include <xmlengxestd.h>
+#include <stdapis/libxml2/libxml2_globals.h>
+#include <xml/dom/xmlengelement.h>
+#include <xml/dom/xmlengerrors.h>
+#include <xml/utils/xmlengxestd.h>
 
 #define INTERNAL_NODEPTR(aNodeObject)   (*reinterpret_cast<xmlNodePtr*>(&(aNodeObject)))
 #define INTERNAL_NSPTR(aNsDefObject)    (*reinterpret_cast<xmlNsPtr*>(&(aNsDefObject)))