| Index: Source/core/svg/SVGAnimatedRect.h
|
| diff --git a/Source/core/svg/SVGAnimatedRect.h b/Source/core/svg/SVGAnimatedRect.h
|
| index 3d59c4bc6ccdc18ae9637af3fa1e434f37332a23..aa3997a95f263e19d6cddefbbeddc018e497d09e 100644
|
| --- a/Source/core/svg/SVGAnimatedRect.h
|
| +++ b/Source/core/svg/SVGAnimatedRect.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGAnimatedRect_h
|
| #define SVGAnimatedRect_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedTypeAnimator.h"
|
| #include "core/svg/SVGRect.h"
|
| #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
| @@ -60,5 +59,4 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|