| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 4d2ca00690260176acdbaa38d2ef0b3797cc30cd..39c956eb5afc4768731bb4e477e1836900ac817f 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGAnimatedProperty_h
|
| #define SVGAnimatedProperty_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/properties/SVGAnimatedPropertyDescription.h"
|
| #include "core/svg/properties/SVGPropertyInfo.h"
|
| @@ -125,5 +124,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGAnimatedProperty_h
|
|
|