| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index 93248679b233012405494e4e4992dd393b156cf2..e87667269fcb715c68d438bfb98aaca5bc6d6307 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -34,7 +34,6 @@
|
| #include "SVGGElement.h"
|
| #include "SVGLengthContext.h"
|
| #include "SVGNames.h"
|
| -#include "SVGSMILElement.h"
|
| #include "SVGSVGElement.h"
|
| #include "SVGSymbolElement.h"
|
| #include "XLinkNames.h"
|
| @@ -53,6 +52,7 @@
|
| #include "core/loader/cache/CachedSVGDocument.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/RenderSVGTransformableContainer.h"
|
| +#include "core/svg/animation/SVGSMILElement.h"
|
| #include "core/xml/XMLSerializer.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
|
|
|
|