Index: Source/core/html/InputType.h |
diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h |
index 7be03700218377f5cc94f33de6795860d14a06b5..19267706c9bc33d2e58ef9758d4a54dd048dfd51 100644 |
--- a/Source/core/html/InputType.h |
+++ b/Source/core/html/InputType.h |
@@ -36,11 +36,10 @@ |
#include "core/html/HTMLTextFormControlElement.h" |
#include "core/html/StepRange.h" |
#include "core/page/UseCounter.h" |
-#include <wtf/FastAllocBase.h> |
-#include <wtf/Forward.h> |
-#include <wtf/Noncopyable.h> |
-#include <wtf/RefPtr.h> |
-#include <wtf/Vector.h> |
+#include "wtf/FastAllocBase.h" |
+#include "wtf/Forward.h" |
+#include "wtf/Noncopyable.h" |
+#include "wtf/RefPtr.h" |
namespace WebCore { |