| Index: Source/core/svg/SVGGradientElement.h
|
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h
|
| index 673809134872e0e89969f12f655452b6e5d3bd02..09cb256799e3a245530b6610c0806126d433a1b9 100644
|
| --- a/Source/core/svg/SVGGradientElement.h
|
| +++ b/Source/core/svg/SVGGradientElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGGradientElement_h
|
| #define SVGGradientElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/Gradient.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| @@ -109,5 +108,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|