| Index: Source/core/svg/SVGPathStringSource.cpp
|
| diff --git a/Source/core/svg/SVGPathStringSource.cpp b/Source/core/svg/SVGPathStringSource.cpp
|
| index 92c8ca64d15e9f8a09b30e8e0adaaa127271a314..ecde69f1b1a948511026b2824026192a3f045c15 100644
|
| --- a/Source/core/svg/SVGPathStringSource.cpp
|
| +++ b/Source/core/svg/SVGPathStringSource.cpp
|
| @@ -22,8 +22,8 @@
|
|
|
| #include "core/svg/SVGPathStringSource.h"
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
|
|
| namespace WebCore {
|
|
|
|
|