201025_02
authorhgs
Wed, 30 Jun 2010 12:08:20 +0300
changeset 30 45e38a76d48a
parent 28 1f0f70d8630d
child 35 f16f4715cbe4
201025_02
svgt_plat/svgt_api/inc/SvgListener.h
svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h
--- a/svgt_plat/svgt_api/inc/SvgListener.h	Wed Jun 23 14:58:41 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SvgListener.h	Wed Jun 30 12:08:20 2010 +0300
@@ -23,7 +23,7 @@
 #include <e32base.h>
 #endif
 
-#include "MXMLAttributes.h"
+#include "xml/mxmlattributes.h"
 
 class CSvgElementImpl;
 
--- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h	Wed Jun 23 14:58:41 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h	Wed Jun 30 12:08:20 2010 +0300
@@ -28,8 +28,8 @@
 #include "SVGAttributeVerifier.h"
 #include "SVGErrorImpl.h"
 
-#include "mxmlattributes.h"
-#include "mxmlcontenthandler.h"
+#include "xml/mxmlattributes.h"
+#include "xml/mxmlcontenthandler.h"
 
 #include "SVGSchemaData.h"
 #include "SVGDocumentImpl.h"