Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index b2d9d4f354600073b4cb1a60beeb20df7ff9f5a8..f0bda7545fb0032df3e6c28ccc0d326c5a4cd981 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -28,10 +28,9 @@ |
#include "config.h" |
#include "core/html/forms/InputType.h" |
-#include "InputTypeNames.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
+#include "core/InputTypeNames.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/dom/NodeRenderStyle.h" |
#include "core/events/KeyboardEvent.h" |
@@ -66,6 +65,7 @@ |
#include "core/html/forms/WeekInputType.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/rendering/RenderTheme.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/text/PlatformLocale.h" |
#include "platform/text/TextBreakIterator.h" |