diff options
| author | Tom Rini <[email protected]> | 2024-04-27 08:11:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:05:04 -0600 |
| commit | c4b646d43608500145b3934c9db2ee82aab3a837 (patch) | |
| tree | 1ba0b5e45dcba5d52c226e3fc6ad5b4a6eb1e067 /boot/image.c | |
| parent | c93cc8ed4166e0486d5c09d952695662708cd72c (diff) | |
boot: Remove <common.h> and add needed includes
Remove <common.h> from all "boot/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot/image.c')
| -rw-r--r-- | boot/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/image.c b/boot/image.c index 073931cd7a3..eb12e4be04a 100644 --- a/boot/image.c +++ b/boot/image.c @@ -7,7 +7,6 @@ */ #ifndef USE_HOSTCC -#include <common.h> #include <env.h> #include <display_options.h> #include <init.h> |
