Index: Source/core/html/DateTimeLocalInputType.cpp |
diff --git a/Source/core/html/DateTimeLocalInputType.cpp b/Source/core/html/DateTimeLocalInputType.cpp |
index 7fb9e6691f590c83dde646ed0b84125e6ea8e814..6ca3d549c8ae8c8686c043e3bc079ea8c48cb9f3 100644 |
--- a/Source/core/html/DateTimeLocalInputType.cpp |
+++ b/Source/core/html/DateTimeLocalInputType.cpp |
@@ -35,14 +35,13 @@ |
#include "core/html/HTMLInputElement.h" |
#include "core/html/InputTypeNames.h" |
#include "core/platform/DateComponents.h" |
-#include <wtf/PassOwnPtr.h> |
+#include "wtf/PassOwnPtr.h" |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
#include "core/html/DateTimeFieldsState.h" |
#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/PlatformLocale.h" |
-#include <wtf/text/StringBuilder.h> |
-#include <wtf/text/WTFString.h> |
+#include "wtf/text/WTFString.h" |
#endif |
namespace WebCore { |