| Index: Source/core/svg/SVGTransformList.cpp
|
| diff --git a/Source/core/svg/SVGTransformList.cpp b/Source/core/svg/SVGTransformList.cpp
|
| index d97461d60a3e5e2b11311d27e7e062f519ded7b4..79c89def2bc713ced172ebab138af6e865599091 100644
|
| --- a/Source/core/svg/SVGTransformList.cpp
|
| +++ b/Source/core/svg/SVGTransformList.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGTransformList.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "SVGSVGElement.h"
|
| #include "SVGTransform.h"
|
| #include "SVGTransformable.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
|
|