| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index 7e9237da6ff3790afcf8f803d71b31467e46198f..e5f47cfe4171b637a1fc82bdeb4df3f506697d0c 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGStopElement_h
|
| #define SVGStopElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGStyledElement.h"
|
|
|
| @@ -58,5 +57,4 @@ inline SVGStopElement* toSVGStopElement(SVGElement* element)
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|