From a48d77bdef894cb27376a77ee30e4507953c09d5 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 22 Dec 2022 16:29:00 +0100 Subject: [PATCH] strtoday.c: remove unused defines.h inclusion Signed-off-by: Iker Pedrosa --- libmisc/strtoday.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmisc/strtoday.c b/libmisc/strtoday.c index 0705c9d2..bc3c7ae0 100644 --- a/libmisc/strtoday.c +++ b/libmisc/strtoday.c @@ -13,7 +13,6 @@ #ident "$Id$" -#include "defines.h" #include "prototypes.h" #include "getdate.h"