| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 47963f2293143aa0a8b9a65b2b0d4a7432fed224..a413654e4878df26752e2a53035216dacfc63d25 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -23,8 +23,6 @@
|
| #include "SVGFEDiffuseLightingElement.h"
|
|
|
| #include "Attr.h"
|
| -#include "FEDiffuseLighting.h"
|
| -#include "FilterEffect.h"
|
| #include "RenderStyle.h"
|
| #include "SVGColor.h"
|
| #include "SVGElementInstance.h"
|
| @@ -32,6 +30,8 @@
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| +#include "core/platform/graphics/filters/FEDiffuseLighting.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|