Merge pull request #2338 from colinleroy/fix-2237-keep-time-h-standard

Remove non-standard (and useless) include
This commit is contained in:
Bob Andrews 2024-01-08 21:52:40 +01:00 committed by GitHub
commit fa7dca5fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ typedef unsigned long clock_t;
#include <target.h>
/* NULL pointer */
#ifndef NULL
#define NULL ((void *) 0)