| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 61799157d3c1707d277849745cbc007ce65d0f3b..0804b303bebfe1e9d24812d60bd9ef76459673a2 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -24,7 +24,6 @@
|
| #if ENABLE(SVG)
|
| #include "SVGSVGElement.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "Attribute.h"
|
| #include "CSSHelper.h"
|
| #include "Document.h"
|
| @@ -57,6 +56,7 @@
|
| #include "ScriptEventListener.h"
|
| #include "StaticNodeList.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
| namespace WebCore {
|
|
|