| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index b0b7e2a11eec1cfd3ab7f2cf57cf107fc1c9ceda..a48d871511d953a90d2acd05fc83815da893fa18 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -36,8 +36,8 @@
|
| #include "core/animation/Player.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/platform/animation/CSSAnimationData.h"
|
| -#include "core/rendering/style/RenderStyleConstants.h"
|
| +#include "platform/RenderStyleConstants.h"
|
| +#include "platform/animation/CSSAnimationData.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|