| Index: Source/core/svg/animation/SMILTime.h
|
| diff --git a/Source/core/svg/animation/SMILTime.h b/Source/core/svg/animation/SMILTime.h
|
| index 4e7f5e263164477921716bdd68671024117809c3..65378b433d0aa68a3177992f582e78c26e480008 100644
|
| --- a/Source/core/svg/animation/SMILTime.h
|
| +++ b/Source/core/svg/animation/SMILTime.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef SMILTime_h
|
| #define SMILTime_h
|
|
|
| -#if ENABLE(SVG)
|
| -
|
| #include <algorithm>
|
| #include <wtf/MathExtras.h>
|
|
|
| @@ -98,5 +96,4 @@ SMILTime operator*(const SMILTime&, const SMILTime&);
|
|
|
| }
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SMILTime_h
|
|
|