| Index: Source/core/svg/SVGLineElement.h
|
| diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h
|
| index 8e2cc9cbf31f324b14db378f82c38e30d2af333d..1027644a931c52b1c6ccd976989afb10f563da43 100644
|
| --- a/Source/core/svg/SVGLineElement.h
|
| +++ b/Source/core/svg/SVGLineElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGLineElement_h
|
| #define SVGLineElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| @@ -68,5 +67,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|