# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1278418651 -10800 # Node ID 08adb7ae542cdf04e538031e362611e975b53b6e # Parent 5cc7cc9a1c877fc30d54b10aa9cf3df637f95ff6 Revision: 201025 Kit: 2010127 diff -r 5cc7cc9a1c87 -r 08adb7ae542c svgt_plat/svgt_api/inc/SvgListener.h --- a/svgt_plat/svgt_api/inc/SvgListener.h Wed Jun 23 19:13:25 2010 +0300 +++ b/svgt_plat/svgt_api/inc/SvgListener.h Tue Jul 06 15:17:31 2010 +0300 @@ -23,7 +23,7 @@ #include #endif -#include "MXMLAttributes.h" +#include "xml/mxmlattributes.h" class CSvgElementImpl; diff -r 5cc7cc9a1c87 -r 08adb7ae542c svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h --- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Wed Jun 23 19:13:25 2010 +0300 +++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Tue Jul 06 15:17:31 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" diff -r 5cc7cc9a1c87 -r 08adb7ae542c svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp --- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Wed Jun 23 19:13:25 2010 +0300 +++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Tue Jul 06 15:17:31 2010 +0300 @@ -26,7 +26,7 @@ #include "SVGUseElementImpl.h" #include "SVGAnimationElementImpl.h" -#include "rxmlreader.h" +#include #include "SVGPaintCssValueImpl.h" #include "SVGPathElementImpl.h" diff -r 5cc7cc9a1c87 -r 08adb7ae542c svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp Wed Jun 23 19:13:25 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp Tue Jul 06 15:17:31 2010 +0300 @@ -77,7 +77,7 @@ #include "SVGTimeContainer.h" #include -#include +//#include #include // ========================================================================== diff -r 5cc7cc9a1c87 -r 08adb7ae542c svgtopt/SVG/SVGImpl/src/SVGImageElementImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGImageElementImpl.cpp Wed Jun 23 19:13:25 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGImageElementImpl.cpp Tue Jul 06 15:17:31 2010 +0300 @@ -29,7 +29,7 @@ #include -#include +//#include const TInt KErrNoAttributeSet = -1; #define KSVGWAITFORIMAGEDOWNLOAD 1