diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:15 -0600 |
| commit | cad8e2033332c1693d03fbdcb1c07f788974c2ec (patch) | |
| tree | 96430ebd75b014b0fcfbdf6bdaed5042073b0466 /include/compiler.h | |
| parent | ef560b42ec1f5db103ca8be8c4532c55ff0151f3 (diff) | |
include/compiler.h: Audit include list
This file does not need <time.h> so remove it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/compiler.h')
| -rw-r--r-- | include/compiler.h | 2 |
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; |
