# HG changeset patch # User hgs # Date 1277888900 -10800 # Node ID 45e38a76d48a5b6916a426001dc081ac10e69624 # Parent 1f0f70d8630d3b7483dbe81fd35e6704e495b65b 201025_02 diff -r 1f0f70d8630d -r 45e38a76d48a svgt_plat/svgt_api/inc/SvgListener.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 #endif -#include "MXMLAttributes.h" +#include "xml/mxmlattributes.h" class CSvgElementImpl; diff -r 1f0f70d8630d -r 45e38a76d48a svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h --- 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"