| Index: Source/core/svg/SVGFELightElement.h
|
| diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h
|
| index 044ebaf87f5d11fdb9e7be21d68a23ededc60891..46d64a6fec3af1f4d22fc427282fef83965ecb18 100644
|
| --- a/Source/core/svg/SVGFELightElement.h
|
| +++ b/Source/core/svg/SVGFELightElement.h
|
| @@ -23,9 +23,9 @@
|
| #define SVGFELightElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "LightSource.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGElement.h"
|
| +#include "core/platform/graphics/filters/LightSource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|