Index: Source/core/html/InputType.cpp |
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp |
index 801924229b36cf054cf75a9689c16bcbda2a512b..e7e77d2b66c1d9b6aed137a9078bd9b22558b864 100644 |
--- a/Source/core/html/InputType.cpp |
+++ b/Source/core/html/InputType.cpp |
@@ -33,7 +33,6 @@ |
#include "ButtonInputType.h" |
#include "CheckboxInputType.h" |
#include "ColorInputType.h" |
-#include "DateComponents.h" |
#include "DateInputType.h" |
#include "DateTimeInputType.h" |
#include "DateTimeLocalInputType.h" |
@@ -54,7 +53,6 @@ |
#include "ImageInputType.h" |
#include "InputTypeNames.h" |
#include "KeyboardEvent.h" |
-#include "LocalizedStrings.h" |
#include "MonthInputType.h" |
#include "NodeRenderStyle.h" |
#include "NumberInputType.h" |
@@ -75,6 +73,8 @@ |
#include "URLInputType.h" |
#include "WeekInputType.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/platform/DateComponents.h" |
+#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/TextBreakIterator.h" |
#include <wtf/Assertions.h> |
#include <wtf/HashMap.h> |