xmlsecurityengine/xmlsecwrapper/src/xmlsecwencrypt.cpp
branchGCC_SURGE
changeset 28 7770e7c6cef3
parent 27 450972dee096
child 33 604ca70b6235
--- a/xmlsecurityengine/xmlsecwrapper/src/xmlsecwencrypt.cpp	Fri Jun 11 16:29:19 2010 +0100
+++ b/xmlsecurityengine/xmlsecwrapper/src/xmlsecwencrypt.cpp	Thu Jul 22 16:49:54 2010 +0100
@@ -18,15 +18,15 @@
 #include <e32std.h>
 
 // XML Engine
-#include <libxml2_tree.h>
-#include <libxml2_xmlmemory.h>
-#include <libxml2_globals.h>
+#include <stdapis/libxml2/libxml2_tree.h>
+#include <stdapis/libxml2/libxml2_xmlmemory.h>
+#include <stdapis/libxml2/libxml2_globals.h>
 
-#include <xmlengmem.h>
-#include <xmlengxestd.h>
-#include <xmlengutils.h>
+#include <xml/utils/xmlengmem.h>
+#include <xml/utils/xmlengxestd.h>
+#include <xml/utils/xmlengutils.h>
 
-#include <xmlengdom.h>
+#include <xml/dom/xmlengdom.h>
 
 // XML Sec
 #include "xmlsec_crypto.h"