| 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 acf44e7b089a05494a731b3c7a0e2bd76a3cf695..6609890c5024ff9f4bcb589162726bbeeb789990 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -24,9 +24,8 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGFEImage.h"
|
| +#include "core/svg/graphics/filters/SVGFEImage.h"
|
|
|
| -#include "SVGFilter.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| #include "SVGStyledElement.h"
|
| #include "SVGURIReference.h"
|
| @@ -37,6 +36,7 @@
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderTreeAsText.h"
|
| #include "core/rendering/svg/SVGRenderingContext.h"
|
| +#include "core/svg/graphics/filters/SVGFilter.h"
|
|
|
| namespace WebCore {
|
|
|
|
|