| Index: Source/core/svg/SVGPathByteStreamSource.h
|
| diff --git a/Source/core/svg/SVGPathByteStreamSource.h b/Source/core/svg/SVGPathByteStreamSource.h
|
| index ebdb90a13427d27b370f1d9b956bca9c0797baa9..9dedab5bfe5a7dd6da1b72ad48d8074639629683 100644
|
| --- a/Source/core/svg/SVGPathByteStreamSource.h
|
| +++ b/Source/core/svg/SVGPathByteStreamSource.h
|
| @@ -20,9 +20,9 @@
|
| #ifndef SVGPathByteStreamSource_h
|
| #define SVGPathByteStreamSource_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathSource.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|