diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:25 -0600 |
| commit | 3ce7016d11ea6cd2321deeea0711ebe092d403c7 (patch) | |
| tree | 5a610d78fecfa5e0b27de51dbc1c56fcc1b479e3 | |
| parent | 57ed70da09442d2d62e5ca459228f4ddd36ea077 (diff) | |
board: inversepath: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/inversepath/usbarmory/usbarmory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/inversepath/usbarmory/usbarmory.c b/board/inversepath/usbarmory/usbarmory.c index f3a0de3967b..fbed8abcecf 100644 --- a/board/inversepath/usbarmory/usbarmory.c +++ b/board/inversepath/usbarmory/usbarmory.c @@ -7,7 +7,7 @@ * Andrej Rosano <[email protected]> */ -#include <common.h> +#include <config.h> #include <command.h> #include <fs.h> #include <init.h> |
