| Index: Source/core/svg/SVGTransform.cpp
|
| diff --git a/Source/core/svg/SVGTransform.cpp b/Source/core/svg/SVGTransform.cpp
|
| index 8983a817d3a7a0651550c79fa7902173bdadb78f..8cf0ef2ffcca264572b06efd8ae6c4d8d69381e9 100644
|
| --- a/Source/core/svg/SVGTransform.cpp
|
| +++ b/Source/core/svg/SVGTransform.cpp
|
| @@ -22,11 +22,9 @@
|
| #include "core/svg/SVGTransform.h"
|
|
|
| #include "platform/FloatConversion.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatSize.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|