| Index: Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| diff --git a/Source/core/svg/graphics/filters/SVGFEImage.cpp b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| index f75ca5b745ac5944fdcfaf17d660172da989ab3f..085a9d6ade29556055be60b4ec238ce8a4b5001a 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -26,8 +26,6 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFEImage.h"
|
|
|
| -#include "AffineTransform.h"
|
| -#include "Filter.h"
|
| #include "RenderObject.h"
|
| #include "RenderTreeAsText.h"
|
| #include "SVGFilter.h"
|
| @@ -37,6 +35,8 @@
|
| #include "SVGURIReference.h"
|
| #include "TextStream.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|