Index: Source/core/html/NumberInputType.cpp |
diff --git a/Source/core/html/NumberInputType.cpp b/Source/core/html/NumberInputType.cpp |
index e66394bd095e91108c0b04f06e4c7dc60376d3a4..be73a859733ecd38fb0c1f9453c6a16bfa7302a3 100644 |
--- a/Source/core/html/NumberInputType.cpp |
+++ b/Source/core/html/NumberInputType.cpp |
@@ -34,7 +34,6 @@ |
#include <limits> |
#include "HTMLNames.h" |
-#include "core/dom/BeforeTextInsertedEvent.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |
@@ -43,9 +42,8 @@ |
#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/PlatformLocale.h" |
#include "core/rendering/RenderTextControl.h" |
-#include <wtf/ASCIICType.h> |
-#include <wtf/MathExtras.h> |
-#include <wtf/PassOwnPtr.h> |
+#include "wtf/MathExtras.h" |
+#include "wtf/PassOwnPtr.h" |
namespace WebCore { |