This file does not need <time.h> so remove it. Signed-off-by: Tom Rini <tr...@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