Index: Source/core/html/InputType.cpp |
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp |
index cef1cb372984fdf0ece413f6a6ffa6e365e4233a..2fc3b4654f5046202b86a6cde0911af331d893d6 100644 |
--- a/Source/core/html/InputType.cpp |
+++ b/Source/core/html/InputType.cpp |
@@ -29,17 +29,13 @@ |
#include "InputType.h" |
#include <limits> |
-#include "BeforeTextInsertedEvent.h" |
#include "ButtonInputType.h" |
#include "CheckboxInputType.h" |
#include "ColorInputType.h" |
#include "DateInputType.h" |
#include "DateTimeInputType.h" |
#include "DateTimeLocalInputType.h" |
-#include "ElementShadow.h" |
#include "EmailInputType.h" |
-#include "ExceptionCode.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "FileInputType.h" |
#include "FileList.h" |
#include "FormController.h" |
@@ -52,16 +48,13 @@ |
#include "HiddenInputType.h" |
#include "ImageInputType.h" |
#include "InputTypeNames.h" |
-#include "KeyboardEvent.h" |
#include "MonthInputType.h" |
-#include "NodeRenderStyle.h" |
#include "NumberInputType.h" |
#include "PasswordInputType.h" |
#include "RadioInputType.h" |
#include "RangeInputType.h" |
#include "ResetInputType.h" |
#include "SearchInputType.h" |
-#include "ShadowRoot.h" |
#include "SubmitInputType.h" |
#include "TelephoneInputType.h" |
#include "TextInputType.h" |
@@ -69,6 +62,13 @@ |
#include "URLInputType.h" |
#include "WeekInputType.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/dom/BeforeTextInsertedEvent.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/NodeRenderStyle.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/page/Page.h" |
#include "core/page/RuntimeEnabledFeatures.h" |
#include "core/platform/DateComponents.h" |