| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 6ea4fa68d23d0621ce175e75607c9f6821626bc5..aa9dcceeabcd7db1ed4b106bf81a1834701db053 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -22,11 +22,9 @@
|
| #include "core/svg/SVGFEDiffuseLightingElement.h"
|
|
|
| #include "SVGNames.h"
|
| -#include "core/dom/Attr.h"
|
| #include "core/platform/graphics/filters/FEDiffuseLighting.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| -#include "core/svg/SVGColor.h"
|
| #include "core/svg/SVGElementInstance.h"
|
| #include "core/svg/SVGFELightElement.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
|
|