| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 0651f592c8d7cfbce59781418d41e2b8bc387d39..16118553538bdb520c48909b6506300e0e9e96dd 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -22,13 +22,13 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFEDiffuseLightingElement.h"
|
|
|
| -#include "Attr.h"
|
| #include "SVGColor.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFELightElement.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.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"
|
|
|