1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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

View File

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