| Index: Source/core/svg/SVGTransformable.cpp
|
| diff --git a/Source/core/svg/SVGTransformable.cpp b/Source/core/svg/SVGTransformable.cpp
|
| index 094ced9a3a4c7b7a04a7815dfff724416ba90f66..b447ef2a9cb63ff6123d24f8bdf0e51e9b84f618 100644
|
| --- a/Source/core/svg/SVGTransformable.cpp
|
| +++ b/Source/core/svg/SVGTransformable.cpp
|
| @@ -24,12 +24,12 @@
|
| #if ENABLE(SVG)
|
| #include "SVGTransformable.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "FloatConversion.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "SVGStyledElement.h"
|
| #include "SVGTransformList.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|