| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index 81327acbc3941ca237ccbdd68164417dd2ccd78a..75fd69711bcf4e67a6f898ce5ff4c1a775d41a0e 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -24,8 +24,6 @@
|
| #include "SVGPathElement.h"
|
|
|
| #include "Attribute.h"
|
| -#include "RenderSVGPath.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGMPathElement.h"
|
| #include "SVGNames.h"
|
| @@ -44,6 +42,8 @@
|
| #include "SVGPathSegMoveto.h"
|
| #include "SVGPathUtilities.h"
|
| #include "SVGSVGElement.h"
|
| +#include "core/rendering/svg/RenderSVGPath.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|