| Index: Source/core/svg/SVGPathStringBuilder.h
|
| diff --git a/Source/core/svg/SVGPathStringBuilder.h b/Source/core/svg/SVGPathStringBuilder.h
|
| index 8e20442aba33cea10734d3e466565fbc782a14f1..68938945e1aa1e7ac9fa54df760434257f473997 100644
|
| --- a/Source/core/svg/SVGPathStringBuilder.h
|
| +++ b/Source/core/svg/SVGPathStringBuilder.h
|
| @@ -20,8 +20,8 @@
|
| #ifndef SVGPathStringBuilder_h
|
| #define SVGPathStringBuilder_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|