summaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-05-21 16:51:13 -0600
committerTom Rini <trini@konsulko.com>2025-06-02 17:26:15 -0600
commitcad8e2033332c1693d03fbdcb1c07f788974c2ec (patch)
tree96430ebd75b014b0fcfbdf6bdaed5042073b0466 /include/compiler.h
parentef560b42ec1f5db103ca8be8c4532c55ff0151f3 (diff)
include/compiler.h: Audit include list
This file does not need <time.h> so remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/compiler.h b/include/compiler.h
index ef7b2cb1f7e..f2e1e09c598 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -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;