| Index: Source/core/rendering/svg/SVGPathData.cpp
|
| diff --git a/Source/core/rendering/svg/SVGPathData.cpp b/Source/core/rendering/svg/SVGPathData.cpp
|
| index 7e59f825e6da7c5602e6e863e398374f3ffd840e..f42f6410e57b0201a932e20ddb3711a296aaa699 100644
|
| --- a/Source/core/rendering/svg/SVGPathData.cpp
|
| +++ b/Source/core/rendering/svg/SVGPathData.cpp
|
| @@ -21,7 +21,6 @@
|
| #include "core/rendering/svg/SVGPathData.h"
|
|
|
| #include "SVGNames.h"
|
| -#include "core/platform/graphics/Path.h"
|
| #include "core/svg/SVGCircleElement.h"
|
| #include "core/svg/SVGEllipseElement.h"
|
| #include "core/svg/SVGLineElement.h"
|
| @@ -30,6 +29,7 @@
|
| #include "core/svg/SVGPolygonElement.h"
|
| #include "core/svg/SVGPolylineElement.h"
|
| #include "core/svg/SVGRectElement.h"
|
| +#include "platform/graphics/Path.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace WebCore {
|
|
|