[PATCH 08/17] include/compiler.h: Audit include list
Tom Rini
trini at konsulko.com
Thu May 22 00:51:13 CEST 2025
This file does not need <time.h> so remove it.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/compiler.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/compiler.h b/include/compiler.h
index ef7b2cb1f7ea..f2e1e09c5980 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;
--
2.43.0
More information about the U-Boot
mailing list