| Index: Source/core/page/animation/CompositeAnimation.h
|
| diff --git a/Source/core/page/animation/CompositeAnimation.h b/Source/core/page/animation/CompositeAnimation.h
|
| index 4866ef4a1f245935b2d2841619d99f565ccfc9e2..940b42dfb6cd6dd23a99a2a01ba35427467fea64 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 {
|
|
|
|
|