diff options
Diffstat (limited to '')
-rw-r--r-- | bin/cash/bltin.h (renamed from bin/cash/bltin/bltin.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cash/bltin/bltin.h b/bin/cash/bltin.h index f7de331a..e9adb878 100644 --- a/bin/cash/bltin/bltin.h +++ b/bin/cash/bltin.h @@ -41,11 +41,11 @@ * routines to ash routines using defines. */ -#include "../shell.h" -#include "../mystring.h" +#include "shell.h" +#include "mystring.h" #ifdef SHELL -#include "../error.h" -#include "../output.h" +#include "error.h" +#include "output.h" #include "builtins.h" #define FILE struct output #undef stdout |