| Index: Source/core/html/DateTimeInputType.cpp
|
| diff --git a/Source/core/html/DateTimeInputType.cpp b/Source/core/html/DateTimeInputType.cpp
|
| index 8227d6b22c847f008c203d8bcaa42b9c59cb8c1e..e1092c5473903449d9eedca493721d16aba49b25 100644
|
| --- a/Source/core/html/DateTimeInputType.cpp
|
| +++ b/Source/core/html/DateTimeInputType.cpp
|
| @@ -32,16 +32,16 @@
|
| #if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
|
| #include "DateTimeInputType.h"
|
|
|
| -#include "DateComponents.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "InputTypeNames.h"
|
| +#include "core/platform/DateComponents.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| #include "DateTimeFieldsState.h"
|
| -#include "LocalizedStrings.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include "core/platform/text/PlatformLocale.h"
|
| #include <wtf/text/StringBuilder.h>
|
| #include <wtf/text/WTFString.h>
|
|
|