Index: Source/core/html/RangeInputType.cpp |
diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/RangeInputType.cpp |
index d2dab257b044db9e10d8efb314ca4a3275bdd051..549f31e66f1a6a421d84458402707cce2a837928 100644 |
--- a/Source/core/html/RangeInputType.cpp |
+++ b/Source/core/html/RangeInputType.cpp |
@@ -33,23 +33,23 @@ |
#include "RangeInputType.h" |
#include <limits> |
-#include "ElementShadow.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "HTMLDivElement.h" |
#include "HTMLInputElement.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
#include "InputTypeNames.h" |
-#include "KeyboardEvent.h" |
-#include "MouseEvent.h" |
-#include "ScopedEventQueue.h" |
-#include "ShadowRoot.h" |
#include "SliderThumbElement.h" |
#include "StepRange.h" |
-#include "Touch.h" |
-#include "TouchEvent.h" |
-#include "TouchList.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
+#include "core/dom/ScopedEventQueue.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/Touch.h" |
+#include "core/dom/TouchEvent.h" |
+#include "core/dom/TouchList.h" |
#include "core/platform/PlatformMouseEvent.h" |
#include "core/rendering/RenderSlider.h" |
#include <wtf/MathExtras.h> |