Index: Source/core/rendering/RenderEmbeddedObject.cpp |
diff --git a/Source/core/rendering/RenderEmbeddedObject.cpp b/Source/core/rendering/RenderEmbeddedObject.cpp |
index 0d5446a32bdd54943a74c98e9062276be9bb0e6f..1dbc5e76a01d5bf6b9d3b0fd1dfb7205641f94cd 100644 |
--- a/Source/core/rendering/RenderEmbeddedObject.cpp |
+++ b/Source/core/rendering/RenderEmbeddedObject.cpp |
@@ -27,7 +27,6 @@ |
#include "CSSValueKeywords.h" |
#include "Chrome.h" |
#include "ChromeClient.h" |
-#include "Cursor.h" |
#include "EventHandler.h" |
#include "Frame.h" |
#include "FrameLoaderClient.h" |
@@ -38,18 +37,19 @@ |
#include "HTMLParamElement.h" |
#include "HTMLPlugInElement.h" |
#include "HitTestResult.h" |
-#include "LocalizedStrings.h" |
-#include "MIMETypeRegistry.h" |
#include "MouseEvent.h" |
#include "Page.h" |
#include "PaintInfo.h" |
-#include "PlatformMouseEvent.h" |
#include "PluginViewBase.h" |
#include "RenderTheme.h" |
#include "RenderView.h" |
#include "RenderWidgetProtector.h" |
#include "Settings.h" |
#include "Text.h" |
+#include "core/platform/Cursor.h" |
+#include "core/platform/LocalizedStrings.h" |
+#include "core/platform/MIMETypeRegistry.h" |
+#include "core/platform/PlatformMouseEvent.h" |
#include "core/platform/graphics/Font.h" |
#include "core/platform/graphics/FontSelector.h" |
#include "core/platform/graphics/GraphicsContext.h" |