mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
include/compiler.h: Audit include list
This file does not need <time.h> so remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -60,8 +60,6 @@
|
|||||||
# define __BIG_ENDIAN BIG_ENDIAN
|
# define __BIG_ENDIAN BIG_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
typedef uint8_t __u8;
|
typedef uint8_t __u8;
|
||||||
typedef uint16_t __u16;
|
typedef uint16_t __u16;
|
||||||
typedef uint32_t __u32;
|
typedef uint32_t __u32;
|
||||||
|
|||||||
Reference in New Issue
Block a user