| Index: Source/core/svg/SVGPathUtilities.cpp
|
| diff --git a/Source/core/svg/SVGPathUtilities.cpp b/Source/core/svg/SVGPathUtilities.cpp
|
| index 460ba14031f4818e584e9bfe1518e53782a09aab..12bf2d32d64927dd719271a6c5d985d0f06afd64 100644
|
| --- a/Source/core/svg/SVGPathUtilities.cpp
|
| +++ b/Source/core/svg/SVGPathUtilities.cpp
|
| @@ -21,13 +21,11 @@
|
|
|
| #include "core/svg/SVGPathUtilities.h"
|
|
|
| -#include "core/platform/graphics/Path.h"
|
| #include "core/platform/graphics/PathTraversalState.h"
|
| #include "core/svg/SVGPathBlender.h"
|
| #include "core/svg/SVGPathBuilder.h"
|
| #include "core/svg/SVGPathByteStreamBuilder.h"
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
| -#include "core/svg/SVGPathElement.h"
|
| #include "core/svg/SVGPathParser.h"
|
| #include "core/svg/SVGPathSegListBuilder.h"
|
| #include "core/svg/SVGPathSegListSource.h"
|
|
|