| Index: Source/core/page/animation/AnimationBase.cpp
|
| diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp
|
| index 94c31202c8494defe55f2cca19e5af6952371dfe..881c4e7301d6cc97b1800461cb4ad03c5ff99fc8 100644
|
| --- a/Source/core/page/animation/AnimationBase.cpp
|
| +++ b/Source/core/page/animation/AnimationBase.cpp
|
| @@ -29,18 +29,11 @@
|
| #include "config.h"
|
| #include "core/page/animation/AnimationBase.h"
|
|
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/EventNames.h"
|
| #include "core/page/animation/AnimationControllerPrivate.h"
|
| -#include "core/page/animation/CSSPropertyAnimation.h"
|
| #include "core/page/animation/CompositeAnimation.h"
|
| -#include "core/platform/FloatConversion.h"
|
| #include "core/platform/animation/AnimationUtilities.h"
|
| #include "core/platform/animation/TimingFunction.h"
|
| #include "core/rendering/RenderBox.h"
|
| -#include "core/rendering/style/RenderStyle.h"
|
| -#include "wtf/CurrentTime.h"
|
| #include <algorithm>
|
|
|
| using namespace std;
|
|
|