| Index: Source/core/page/animation/CompositeAnimation.h
|
| diff --git a/Source/core/page/animation/CompositeAnimation.h b/Source/core/page/animation/CompositeAnimation.h
|
| index 6d05bef220f6cfc1e6ee3d799fc1d7f6ed440a78..2d3d142a1051cb640a73d9503a858d891c7bac44 100644
|
| --- a/Source/core/page/animation/CompositeAnimation.h
|
| +++ b/Source/core/page/animation/CompositeAnimation.h
|
| @@ -31,9 +31,7 @@
|
|
|
| #include "core/page/animation/ImplicitAnimation.h"
|
| #include "core/page/animation/KeyframeAnimation.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/HashMap.h"
|
|
|
| namespace WebCore {
|
|
|
|
|