| Index: Source/core/page/animation/AnimationBase.h
|
| diff --git a/Source/core/page/animation/AnimationBase.h b/Source/core/page/animation/AnimationBase.h
|
| index 763cee5dddd463a1bdb40b701a54812d67001616..e0487e6aae8f60166f21d3273a6fc6ba530eb134 100644
|
| --- a/Source/core/page/animation/AnimationBase.h
|
| +++ b/Source/core/page/animation/AnimationBase.h
|
| @@ -32,10 +32,7 @@
|
| #include "CSSPropertyNames.h"
|
| #include "core/platform/animation/CSSAnimationData.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|