include/compiler.h: Audit include list

This file does not need <time.h> so remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2025-05-21 16:51:13 -06:00
parent ef560b42ec
commit cad8e20333

View File

@ -60,8 +60,6 @@
# define __BIG_ENDIAN BIG_ENDIAN
#endif
#include <time.h>
typedef uint8_t __u8;
typedef uint16_t __u16;
typedef uint32_t __u32;