| Index: Source/core/svg/SVGStyledLocatableElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledLocatableElement.cpp b/Source/core/svg/SVGStyledLocatableElement.cpp
|
| index 1cd46b60d8e686cbebe4221e248920057d98bfbd..803240c9195ba4673be9db832154b573b45391df 100644
|
| --- a/Source/core/svg/SVGStyledLocatableElement.cpp
|
| +++ b/Source/core/svg/SVGStyledLocatableElement.cpp
|
| @@ -23,9 +23,9 @@
|
| #if ENABLE(SVG)
|
| #include "SVGStyledLocatableElement.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "SVGElement.h"
|
| #include "SVGSVGElement.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|