Index: Source/web/DateTimeChooserImpl.cpp |
diff --git a/Source/web/DateTimeChooserImpl.cpp b/Source/web/DateTimeChooserImpl.cpp |
index 170e498df1efd216c23d8e25c4058e3520462d93..639ba1b9e772814e2ea61d4768992733ea10bfbf 100644 |
--- a/Source/web/DateTimeChooserImpl.cpp |
+++ b/Source/web/DateTimeChooserImpl.cpp |
@@ -32,8 +32,6 @@ |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
#include "web/DateTimeChooserImpl.h" |
-#include "CalendarPicker.h" |
-#include "PickerCommon.h" |
#include "core/InputTypeNames.h" |
#include "core/frame/FrameView.h" |
#include "core/rendering/RenderTheme.h" |
@@ -41,7 +39,9 @@ |
#include "platform/DateTimeChooserClient.h" |
#include "platform/Language.h" |
#include "platform/text/PlatformLocale.h" |
+#include "web/CalendarPicker.h" |
#include "web/ChromeClientImpl.h" |
+#include "web/PickerCommon.h" |
#include "web/WebViewImpl.h" |
using namespace WebCore; |