| Index: Source/core/svg/SVGTransform.h
|
| diff --git a/Source/core/svg/SVGTransform.h b/Source/core/svg/SVGTransform.h
|
| index 3053d4f24019550733c4d4282f4768a517a751e4..71f7668b38d41002cb0cdb2f1baa61786652c79d 100644
|
| --- a/Source/core/svg/SVGTransform.h
|
| +++ b/Source/core/svg/SVGTransform.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SVGTransform_h
|
| #define SVGTransform_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGMatrix.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|