| Index: Source/core/html/forms/RangeInputType.cpp
 | 
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
 | 
| index 5ed022a5999f9237f08125bf3ca83c94117239be..9b5996a244ff4707812c08a6cf34ae9e9908899e 100644
 | 
| --- a/Source/core/html/forms/RangeInputType.cpp
 | 
| +++ b/Source/core/html/forms/RangeInputType.cpp
 | 
| @@ -36,13 +36,13 @@
 | 
|  #include "core/HTMLNames.h"
 | 
|  #include "core/InputTypeNames.h"
 | 
|  #include "core/dom/AXObjectCache.h"
 | 
| +#include "core/dom/Touch.h"
 | 
| +#include "core/dom/TouchList.h"
 | 
| +#include "core/dom/shadow/ShadowRoot.h"
 | 
|  #include "core/events/KeyboardEvent.h"
 | 
|  #include "core/events/MouseEvent.h"
 | 
|  #include "core/events/ScopedEventQueue.h"
 | 
| -#include "core/dom/Touch.h"
 | 
|  #include "core/events/TouchEvent.h"
 | 
| -#include "core/dom/TouchList.h"
 | 
| -#include "core/dom/shadow/ShadowRoot.h"
 | 
|  #include "core/html/HTMLDataListElement.h"
 | 
|  #include "core/html/HTMLDataListOptionsCollection.h"
 | 
|  #include "core/html/HTMLDivElement.h"
 | 
| 
 |