| Index: Source/core/dom/EventTarget.h
|
| diff --git a/Source/core/dom/EventTarget.h b/Source/core/dom/EventTarget.h
|
| index 58837f082047e22d37453b949756fa7d7a0798ca..34a41e6c466c3ffa6d401b46f53997ca5f1b9a70 100644
|
| --- a/Source/core/dom/EventTarget.h
|
| +++ b/Source/core/dom/EventTarget.h
|
| @@ -34,9 +34,7 @@
|
|
|
| #include "core/dom/EventListenerMap.h"
|
| #include "core/dom/EventNames.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/AtomicStringHash.h>
|
| +#include "wtf/Forward.h"
|
|
|
| namespace WebCore {
|
|
|
|
|