| Index: Source/core/svg/SVGFELightElement.cpp
|
| diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp
|
| index 9018741a510094ff74eca5443a4d97aff8a0172c..d913f5068cddae745e36dd3fa6e3f0805c440aed 100644
|
| --- a/Source/core/svg/SVGFELightElement.cpp
|
| +++ b/Source/core/svg/SVGFELightElement.cpp
|
| @@ -26,13 +26,13 @@
|
|
|
| #include "Attribute.h"
|
| #include "RenderObject.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFEDiffuseLightingElement.h"
|
| #include "SVGFESpecularLightingElement.h"
|
| #include "SVGFilterElement.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|