From 7ce982cc68212977cf86ed2cf0f123439393751e Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Sun, 7 Jan 2024 10:19:48 +0100 Subject: [PATCH] Remove non-standard (and useless) include Fixes #2337 --- include/time.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/time.h b/include/time.h index 6cd0c8068..f8977ab0c 100644 --- a/include/time.h +++ b/include/time.h @@ -43,10 +43,6 @@ typedef unsigned long clock_t; -#include - - - /* NULL pointer */ #ifndef NULL #define NULL ((void *) 0)