diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:48 -0600 |
| commit | d0ea3ca22838f01bc1eb0ac46008e46afa0a0594 (patch) | |
| tree | 5bbd642b84612b3e3a8bc6d5926d748ee724e92a | |
| parent | 27f41aa5bb558c84c33a79401a00cf15ec2b2069 (diff) | |
board: aristainetos: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Heiko Schocher <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/aristainetos/aristainetos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/aristainetos/aristainetos.c b/board/aristainetos/aristainetos.c index 17f37badd74..8cfac9fbb34 100644 --- a/board/aristainetos/aristainetos.c +++ b/board/aristainetos/aristainetos.c @@ -9,7 +9,6 @@ * Author: Fabio Estevam <[email protected]> */ -#include <common.h> #include <bmp_layout.h> #include <command.h> #include <image.h> |
