Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 09a534f0e48e804c9f6a398dd11f36e13ea9aeb6..87af3a751dfe66545e459e6fa8962eaa23b02949 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -31,7 +31,6 @@ |
#include "config.h" |
#include "WebInputEventConversion.h" |
-#include "WebInputEvent.h" |
#include "core/dom/Touch.h" |
#include "core/dom/TouchList.h" |
#include "core/events/GestureEvent.h" |
@@ -43,9 +42,6 @@ |
#include "core/platform/ScrollView.h" |
#include "core/platform/chromium/KeyboardCodes.h" |
#include "core/rendering/RenderObject.h" |
-#include "platform/PlatformKeyboardEvent.h" |
-#include "platform/PlatformMouseEvent.h" |
-#include "platform/PlatformWheelEvent.h" |
#include "platform/Widget.h" |
using namespace WebCore; |