diff options
Diffstat (limited to 'test/test_shell.c')
-rw-r--r-- | test/test_shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_shell.c b/test/test_shell.c index 6ace094..4bcea4a 100644 --- a/test/test_shell.c +++ b/test/test_shell.c @@ -26,8 +26,8 @@ #include <termios.h> #include <unistd.h> -#include "../macros.h" -#include "../shell.h" +#include <macros.h> +#include <shell.h> static void test_exit(int argc, char *argv[]) |