Index: Source/core/html/RangeInputType.cpp |
diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/RangeInputType.cpp |
index 5134433e7c739ed61511cec5a615f46c567efc6d..2796934da478a455660d43877fa133f28d49b65e 100644 |
--- a/Source/core/html/RangeInputType.cpp |
+++ b/Source/core/html/RangeInputType.cpp |
@@ -42,7 +42,6 @@ |
#include "InputTypeNames.h" |
#include "KeyboardEvent.h" |
#include "MouseEvent.h" |
-#include "PlatformMouseEvent.h" |
#include "RenderSlider.h" |
#include "ScopedEventQueue.h" |
#include "ShadowRoot.h" |
@@ -52,6 +51,7 @@ |
#include "TouchEvent.h" |
#include "TouchList.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/platform/PlatformMouseEvent.h" |
#include <wtf/MathExtras.h> |
#include <wtf/PassOwnPtr.h> |