| Index: Source/core/html/NumberInputType.cpp
|
| diff --git a/Source/core/html/NumberInputType.cpp b/Source/core/html/NumberInputType.cpp
|
| index e4b35a860ebd2aab65611f95542e1ccc0e443e9c..a0778f7fcbec418afd6200b2630261f6e0dafba2 100644
|
| --- a/Source/core/html/NumberInputType.cpp
|
| +++ b/Source/core/html/NumberInputType.cpp
|
| @@ -33,13 +33,13 @@
|
| #include "NumberInputType.h"
|
|
|
| #include <limits>
|
| -#include "BeforeTextInsertedEvent.h"
|
| -#include "ExceptionCode.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLParserIdioms.h"
|
| #include "InputTypeNames.h"
|
| -#include "KeyboardEvent.h"
|
| +#include "core/dom/BeforeTextInsertedEvent.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/KeyboardEvent.h"
|
| #include "core/platform/LocalizedStrings.h"
|
| #include "core/platform/text/PlatformLocale.h"
|
| #include "core/rendering/RenderTextControl.h"
|
|
|