| Index: Source/core/svg/SVGPathUtilities.cpp
|
| diff --git a/Source/core/svg/SVGPathUtilities.cpp b/Source/core/svg/SVGPathUtilities.cpp
|
| index 2d938007a0edd5f85c35e46af989d79667d79ae3..dcbeb40b7b33a9659f6d984dd7381fba12a799c9 100644
|
| --- a/Source/core/svg/SVGPathUtilities.cpp
|
| +++ b/Source/core/svg/SVGPathUtilities.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "core/svg/SVGPathUtilities.h"
|
|
|
| -#include "core/platform/graphics/PathTraversalState.h"
|
| #include "core/svg/SVGPathBlender.h"
|
| #include "core/svg/SVGPathBuilder.h"
|
| #include "core/svg/SVGPathByteStreamBuilder.h"
|
| @@ -32,6 +31,7 @@
|
| #include "core/svg/SVGPathStringBuilder.h"
|
| #include "core/svg/SVGPathStringSource.h"
|
| #include "core/svg/SVGPathTraversalStateBuilder.h"
|
| +#include "platform/graphics/PathTraversalState.h"
|
|
|
| namespace WebCore {
|
|
|
|
|