Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index 28cfc75462d97c3660ca36d966051f550f75cdb7..54442f27fda95d9c238b8dc6ac1d0e18ca2299cc 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -32,7 +32,6 @@ |
#include "CachedImage.h" |
#include "Chrome.h" |
#include "ChromeClient.h" |
-#include "Cursor.h" |
#include "CursorList.h" |
#include "Document.h" |
#include "DocumentEventQueue.h" |
@@ -59,21 +58,13 @@ |
#include "KeyboardEvent.h" |
#include "MouseEvent.h" |
#include "MouseEventWithHitTestResults.h" |
-#include "NotImplemented.h" |
#include "Page.h" |
-#include "PlatformEvent.h" |
-#include "PlatformGestureEvent.h" |
-#include "PlatformKeyboardEvent.h" |
-#include "PlatformTouchEvent.h" |
-#include "PlatformWheelEvent.h" |
#include "PluginDocument.h" |
#include "RenderFrameSet.h" |
#include "RenderLayer.h" |
#include "RenderTextControlSingleLine.h" |
#include "RenderView.h" |
#include "RenderWidget.h" |
-#include "ScrollAnimator.h" |
-#include "Scrollbar.h" |
#include "Settings.h" |
#include "ShadowRoot.h" |
#include "SpatialNavigation.h" |
@@ -86,8 +77,17 @@ |
#include "TouchList.h" |
#include "UserTypingGestureIndicator.h" |
#include "WheelEvent.h" |
-#include "WindowsKeyboardCodes.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/platform/Cursor.h" |
+#include "core/platform/NotImplemented.h" |
+#include "core/platform/PlatformEvent.h" |
+#include "core/platform/PlatformGestureEvent.h" |
+#include "core/platform/PlatformKeyboardEvent.h" |
+#include "core/platform/PlatformTouchEvent.h" |
+#include "core/platform/PlatformWheelEvent.h" |
+#include "core/platform/ScrollAnimator.h" |
+#include "core/platform/Scrollbar.h" |
+#include "core/platform/WindowsKeyboardCodes.h" |
#include "core/platform/chromium/ChromiumDataObject.h" |
#include "core/platform/chromium/ClipboardChromium.h" |
#include "core/platform/graphics/FloatPoint.h" |