diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
commit | 55eaf9f19fb718b1e9b30c64d330a17589642e3e (patch) | |
tree | 19e4b6a359558ff90a7ea2893d95d17492532283 /bin/cash/bltin.h | |
parent | Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASE (diff) | |
download | src-55eaf9f19fb718b1e9b30c64d330a17589642e3e.tar.gz src-55eaf9f19fb718b1e9b30c64d330a17589642e3e.zip |
Move bltin out of subdirectory
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 |