| Index: Source/core/page/animation/KeyframeAnimation.h
|
| diff --git a/Source/core/page/animation/KeyframeAnimation.h b/Source/core/page/animation/KeyframeAnimation.h
|
| index 2dd0080ef561796d24e100674324df5ec4b900bc..02b173754d8f52ffb1c17e8ccb9f9a4560d138a8 100644
|
| --- a/Source/core/page/animation/KeyframeAnimation.h
|
| +++ b/Source/core/page/animation/KeyframeAnimation.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef KeyframeAnimation_h
|
| #define KeyframeAnimation_h
|
|
|
| -#include "AnimationBase.h"
|
| #include "Document.h"
|
| +#include "core/page/animation/AnimationBase.h"
|
| #include "core/rendering/style/KeyframeList.h"
|
|
|
| namespace WebCore {
|
|
|