]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/compiler.h: Audit include list
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:13 +0000 (16:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000 (17:26 -0600)
This file does not need <time.h> so remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/compiler.h

index ef7b2cb1f7ea354cd075c0d2e561d01d59ddfdcf..f2e1e09c5980384f22d49e128d706139c1374dbe 100644 (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;