| Index: Source/core/svg/SVGAnimatedAngle.h
|
| diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h
|
| index bb537a31306589f40375546fd15e98c6b746aa2c..047719a6f1e93821566a4b272492ffeb3fa00552 100644
|
| --- a/Source/core/svg/SVGAnimatedAngle.h
|
| +++ b/Source/core/svg/SVGAnimatedAngle.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGAnimatedAngle_h
|
| #define SVGAnimatedAngle_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAngle.h"
|
| #include "core/svg/SVGAnimatedTypeAnimator.h"
|
| #include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
| @@ -58,5 +57,4 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|