diff options
Diffstat (limited to 'WebCore/svg/SVGFELightElement.h')
-rw-r--r-- | WebCore/svg/SVGFELightElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFELightElement.h b/WebCore/svg/SVGFELightElement.h index b86204d..d594475 100644 --- a/WebCore/svg/SVGFELightElement.h +++ b/WebCore/svg/SVGFELightElement.h @@ -23,8 +23,8 @@ #define SVGFELightElement_h #if ENABLE(SVG) && ENABLE(FILTERS) +#include "LightSource.h" #include "SVGElement.h" -#include "SVGLightSource.h" #include "SVGNames.h" namespace WebCore { |