Index: Source/core/frame/animation/AnimationBase.cpp |
diff --git a/Source/core/frame/animation/AnimationBase.cpp b/Source/core/frame/animation/AnimationBase.cpp |
index 5dafb2de2fd21b4a7db7f36b366bab7c534290fd..2ab62104e17a89fd97c157b2639a1d93f7932e97 100644 |
--- a/Source/core/frame/animation/AnimationBase.cpp |
+++ b/Source/core/frame/animation/AnimationBase.cpp |
@@ -31,9 +31,9 @@ |
#include "core/frame/animation/AnimationControllerPrivate.h" |
#include "core/frame/animation/CompositeAnimation.h" |
-#include "core/platform/animation/TimingFunction.h" |
#include "core/rendering/RenderBox.h" |
#include "platform/animation/AnimationUtilities.h" |
+#include "platform/animation/TimingFunction.h" |
#include <algorithm> |
using namespace std; |