| Index: Source/core/svg/SVGFELightElement.cpp
|
| diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp
|
| index 60f0c10ddf3cd91adf3939e6f885b837aacbd7cc..03e45d3a7159a2816b1d324bb1fa89d8bc8d1bfa 100644
|
| --- a/Source/core/svg/SVGFELightElement.cpp
|
| +++ b/Source/core/svg/SVGFELightElement.cpp
|
| @@ -24,13 +24,13 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFELightElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFEDiffuseLightingElement.h"
|
| #include "SVGFESpecularLightingElement.h"
|
| #include "SVGFilterElement.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attribute.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
|
|
|
|