diff --git a/tests/test_shell/main.c b/tests/test_shell/main.c index 295c8a4777..30e0fa3c7e 100644 --- a/tests/test_shell/main.c +++ b/tests/test_shell/main.c @@ -20,11 +20,11 @@ #include #include -#include -#include -#include -#include -#include + +#include "shell_commands.h" +#include "posix_io.h" +#include "shell.h" +#include "board_uart0.h" #define SHELL_BUFSIZE (UART0_BUFSIZE)