xmlsecurityengine/xmlsecwrapper/src/xmlsecwsign.cpp
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
--- a/xmlsecurityengine/xmlsecwrapper/src/xmlsecwsign.cpp	Tue Aug 31 17:02:56 2010 +0300
+++ b/xmlsecurityengine/xmlsecwrapper/src/xmlsecwsign.cpp	Wed Sep 01 12:37:34 2010 +0100
@@ -16,18 +16,17 @@
 */
 
 // XML Engine
-#include <stdapis/libxml2/libxml2_tree.h>
-#include <stdapis/libxml2/libxml2_xmlmemory.h>
-#include <stdapis/libxml2/libxml2_parser.h>
-#include <stdapis/libxml2/libxml2_globals.h>
+#include <libxml2_tree.h>
+#include <libxml2_xmlmemory.h>
+#include <libxml2_parser.h>
+#include <libxml2_globals.h>
 
-#include <xml/utils/xmlengmem.h>
-#include <xml/utils/xmlengxestd.h>
-#include <xml/utils/xmlengutils.h>
+#include <xmlengmem.h>
+#include <xmlengxestd.h>
+#include <xmlengutils.h>
+#include <xmlengxestrings.h>
 
-#include <xml/utils/xmlengxestrings.h>
-
-#include <xml/dom/xmlengdom.h>
+#include <xmlengdom.h>
 
 // XML Sec
 #include "xmlsec_crypto.h"