Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 0a8ae476674b5df1012a88b8e8c91685e6b7df9c..2e6657353f78f07e7334c72e709a1a530fd8f3de 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -72,7 +72,6 @@ |
#include "KeyboardEvent.h" |
#include "LabelsNodeList.h" |
#include "LiveNodeList.h" |
-#include "Logging.h" |
#include "MouseEvent.h" |
#include "MutationEvent.h" |
#include "NameNodeList.h" |
@@ -81,8 +80,6 @@ |
#include "NodeRenderingContext.h" |
#include "NodeTraversal.h" |
#include "Page.h" |
-#include "PlatformMouseEvent.h" |
-#include "PlatformWheelEvent.h" |
#include "ProcessingInstruction.h" |
#include "ProgressEvent.h" |
#include "RadioNodeList.h" |
@@ -111,6 +108,9 @@ |
#include "WindowEventContext.h" |
#include "XMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/platform/Logging.h" |
+#include "core/platform/PlatformMouseEvent.h" |
+#include "core/platform/PlatformWheelEvent.h" |
#include "core/storage/StorageEvent.h" |
#include "htmlediting.h" |
#include <wtf/HashSet.h> |