| Index: Source/core/svg/SVGFEDistantLightElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp
|
| index 24ee471493953a4468bb2ffde3dc00fbe7aade39..ba480c545f0a2d1a8f04716af90f9782a13d5e8c 100644
|
| --- a/Source/core/svg/SVGFEDistantLightElement.cpp
|
| +++ b/Source/core/svg/SVGFEDistantLightElement.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "SVGNames.h"
|
| #include "core/svg/SVGFEDistantLightElement.h"
|
|
|
| @@ -45,5 +44,3 @@ PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|