Index: Source/core/html/forms/NumberInputType.cpp |
diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
index 9ea6e0b201fba288acdd37ae4e5bc216c7e11d23..47e2c382a9df5a9666e27ac3d411c7f97bb6f24f 100644 |
--- a/Source/core/html/forms/NumberInputType.cpp |
+++ b/Source/core/html/forms/NumberInputType.cpp |
@@ -32,9 +32,9 @@ |
#include "config.h" |
#include "core/html/forms/NumberInputType.h" |
-#include "HTMLNames.h" |
-#include "InputTypeNames.h" |
#include "bindings/v8/ExceptionState.h" |
+#include "core/HTMLNames.h" |
+#include "core/InputTypeNames.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |