| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index 920c582342f1b32b0da698d00ed045b4067a5c54..560af23ccf821bb090d1f4335ed71a598200f105 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -24,7 +24,6 @@
|
| #if ENABLE(SVG)
|
| #include "SVGAnimateMotionElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGMPathElement.h"
|
| #include "SVGNames.h"
|
| @@ -32,6 +31,7 @@
|
| #include "SVGPathElement.h"
|
| #include "SVGPathUtilities.h"
|
| #include "SVGTransformList.h"
|
| +#include "core/dom/Attribute.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/SVGPathData.h"
|
|
|