| Index: Source/core/svg/SVGAnimatedLength.h
|
| diff --git a/Source/core/svg/SVGAnimatedLength.h b/Source/core/svg/SVGAnimatedLength.h
|
| index a2e4efb70b60a3df305872875b28b24d431a9fc7..d6f58ba838351f1d5298a764ef5244311f0b0a62 100644
|
| --- a/Source/core/svg/SVGAnimatedLength.h
|
| +++ b/Source/core/svg/SVGAnimatedLength.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGAnimatedLength_h
|
| #define SVGAnimatedLength_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedTypeAnimator.h"
|
| #include "core/svg/SVGLength.h"
|
| #include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
| @@ -60,5 +59,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|