Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index b7a22aef21ddc0c5d996fe704ab8ef813bdd25ed..fd74b10b100fe7fc4358bbd752de817a8d64a539 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -35,7 +35,6 @@ |
#include "DocumentFragment.h" |
#include "DragActions.h" |
#include "DragClient.h" |
-#include "DragData.h" |
#include "DragSession.h" |
#include "DragState.h" |
#include "Editor.h" |
@@ -57,7 +56,6 @@ |
#include "MoveSelectionCommand.h" |
#include "Node.h" |
#include "Page.h" |
-#include "PlatformKeyboardEvent.h" |
#include "PluginDocument.h" |
#include "PluginViewBase.h" |
#include "RenderFileUploadControl.h" |
@@ -70,6 +68,8 @@ |
#include "StylePropertySet.h" |
#include "Text.h" |
#include "TextEvent.h" |
+#include "core/platform/DragData.h" |
+#include "core/platform/PlatformKeyboardEvent.h" |
#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/Image.h" |
#include "core/platform/graphics/ImageOrientation.h" |