webservices/wsframework/inc/senmtomutils.h
branchGCC_SURGE
changeset 32 6b5547c1e247
parent 23 a1df79fa35b4
--- a/webservices/wsframework/inc/senmtomutils.h	Fri Jun 18 15:01:02 2010 +0100
+++ b/webservices/wsframework/inc/senmtomutils.h	Thu Jul 22 16:44:27 2010 +0100
@@ -22,16 +22,16 @@
 #define SEN_MTOM_UTILS_H
 
 #include <e32math.h>
-#include <imcvcodc.h>
+
 
 #include <SenSoapEnvelope2.h>
 #include <RSenDocument.h>
 
-#include <xmlengserializer.h>
-#include <xmlengchunkcontainer.h>
-#include <xmlengfilecontainer.h>
-#include <xmlengbinarycontainer.h>
-#include <xmlengnodelist.h>
+#include <xml/dom/xmlengserializer.h>
+#include <xml/dom/xmlengchunkcontainer.h>
+#include <xml/dom/xmlengfilecontainer.h>
+#include <xml/dom/xmlengbinarycontainer.h>
+#include <xml/dom/xmlengnodelist.h>
 
 // CONSTANTS
 _LIT(KMtomNoRequestSoapEnvelopePanicText, "NULL MTOM request soap envelope");