| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index 4fac8182b1fa620171c6a4320ea808fad4324842..8ada0f89aeb742d3cf18a4cff220ce1d3fc17b0d 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -26,15 +26,15 @@
|
|
|
| #include "Attribute.h"
|
| #include "RenderObject.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGMPathElement.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| -#include "SVGPathData.h"
|
| #include "SVGPathElement.h"
|
| #include "SVGPathUtilities.h"
|
| #include "SVGTransformList.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/SVGPathData.h"
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/StdLibExtras.h>
|
|
|
|
|