| Index: Source/core/svg/SVGStyledTransformableElement.h
|
| diff --git a/Source/core/svg/SVGStyledTransformableElement.h b/Source/core/svg/SVGStyledTransformableElement.h
|
| index ca2b2004bfd3c6d3fe1df57f95716cd9de17b1a9..e901970bac7d780eb6b1bc04ffd3256aa827a8c0 100644
|
| --- a/Source/core/svg/SVGStyledTransformableElement.h
|
| +++ b/Source/core/svg/SVGStyledTransformableElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGStyledTransformableElement_h
|
| #define SVGStyledTransformableElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedTransformList.h"
|
| #include "core/svg/SVGStyledLocatableElement.h"
|
| #include "core/svg/SVGTransformable.h"
|
| @@ -78,5 +77,4 @@ inline SVGStyledTransformableElement* toSVGStyledTransformableElement(Node* node
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGStyledTransformableElement_h
|
|
|