summaryrefslogtreecommitdiff
path: root/test/test_shell.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-04 21:43:37 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-04 21:43:37 +0100
commite7321910ca4d956b572a050d302a25df37ce06ab (patch)
treea3428d4746741325218dd385f36f84b494058d91 /test/test_shell.c
parentfe5415c54b05853dbbe230fca0aea3623c3be1e2 (diff)
error: remove and use errno.h directly
Diffstat (limited to 'test/test_shell.c')
-rw-r--r--test/test_shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_shell.c b/test/test_shell.c
index 3e44ba3..6ace094 100644
--- a/test/test_shell.c
+++ b/test/test_shell.c
@@ -26,7 +26,6 @@
#include <termios.h>
#include <unistd.h>
-#include "../error.h"
#include "../macros.h"
#include "../shell.h"