From 85c0506e7de36b0ce9dfedcd24038c464df9bb9b Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sun, 27 Oct 2024 13:22:33 +1000 Subject: [PATCH] Include `time.h` and `sys/time.h` All remotely modern and supported platforms allow this. Reported-by: Jaimos Skriletz Signed-off-by: Matt Jolly --- libs/ftime.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/ftime.h b/libs/ftime.h index f53469c26..0731cbac4 100644 --- a/libs/ftime.h +++ b/libs/ftime.h @@ -5,15 +5,7 @@ #include "config.h" -#ifdef TIME_WITH_SYS_TIME # include # include -#else -# ifdef HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif #endif /* FVWMLIB_FTIME_H */