From e3a81ab6e1201eb40a9f861c75162b41af148c10 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 16 Sep 2024 11:19:17 -0700 Subject: [PATCH] Fix typo in previous patch --- lib/parse-datetime.y | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/parse-datetime.y b/lib/parse-datetime.y index b036271d01..c27ab60a84 100644 --- a/lib/parse-datetime.y +++ b/lib/parse-datetime.y @@ -38,7 +38,6 @@ #include "idx.h" #include "intprops.h" #include "timespec.h" -#include "strftime.h" /* There's no need to extend the stack, so there's no need to involve alloca. */ -- 2.39.5