| Index: Source/core/svg/SVGFEDistantLightElement.h
|
| diff --git a/Source/core/svg/SVGFEDistantLightElement.h b/Source/core/svg/SVGFEDistantLightElement.h
|
| index 136abb61ca10da8b5961547e41c9c16c527de093..8fc105f446ae85431b3fd15731d320d26eacb6a8 100644
|
| --- a/Source/core/svg/SVGFEDistantLightElement.h
|
| +++ b/Source/core/svg/SVGFEDistantLightElement.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGFEDistantLightElement_h
|
| #define SVGFEDistantLightElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFELightElement.h"
|
|
|
| namespace WebCore {
|
| @@ -37,5 +36,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|