| Index: Source/core/dom/EventDispatcher.h
|
| diff --git a/Source/core/dom/EventDispatcher.h b/Source/core/dom/EventDispatcher.h
|
| index b4a439e8f0f8ceb6b90c11c1f6ed13699b60152c..558713246229fd7e1136ae3e0dc440f4d6b235de 100644
|
| --- a/Source/core/dom/EventDispatcher.h
|
| +++ b/Source/core/dom/EventDispatcher.h
|
| @@ -28,10 +28,8 @@
|
|
|
| #include "core/dom/EventContext.h"
|
| #include "core/dom/SimulatedClickOptions.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/PassRefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|