Remove non-standard (and useless) include

Fixes #2337
This commit is contained in:
Colin Leroy-Mira 2024-01-07 10:19:48 +01:00
parent 29801a2fde
commit 7ce982cc68
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)