Index: Source/core/html/forms/MonthInputType.cpp |
diff --git a/Source/core/html/forms/MonthInputType.cpp b/Source/core/html/forms/MonthInputType.cpp |
index bbd781aec14c6631c62fa67d19acad553e59e9bd..27800a016bab4cc02d5457a11ebe97d24956cd83 100644 |
--- a/Source/core/html/forms/MonthInputType.cpp |
+++ b/Source/core/html/forms/MonthInputType.cpp |
@@ -31,8 +31,8 @@ |
#include "config.h" |
#include "core/html/forms/MonthInputType.h" |
-#include "HTMLNames.h" |
-#include "InputTypeNames.h" |
+#include "core/HTMLNames.h" |
+#include "core/InputTypeNames.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/DateTimeFieldsState.h" |
#include "platform/DateComponents.h" |