| Index: Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h b/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| index 6ed314f7ca758e375ef80170211cef6bd9c8a804..404406d02f23b29b4084c5179adf01b4d27f5f73 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGAnimatedPathSegListPropertyTearOff_h
|
| #define SVGAnimatedPathSegListPropertyTearOff_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathElement.h"
|
| #include "core/svg/SVGPathSegList.h"
|
| @@ -116,5 +115,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGAnimatedPathSegListPropertyTearOff_h
|
|
|