| Index: Source/core/svg/animation/SMILTimeContainer.h
|
| diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h
|
| index ef12665fa7fd3f37e9b657fdb009baf7313fcd02..2eae5dfc7cdeb78375b7f10077a1b05007a3d4be 100644
|
| --- a/Source/core/svg/animation/SMILTimeContainer.h
|
| +++ b/Source/core/svg/animation/SMILTimeContainer.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef SMILTimeContainer_h
|
| #define SMILTimeContainer_h
|
|
|
| -#if ENABLE(SVG)
|
| -
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/platform/Timer.h"
|
| #include "core/svg/animation/SMILTime.h"
|
| @@ -98,5 +96,4 @@ private:
|
| };
|
| }
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SMILTimeContainer_h
|
|
|