diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 19:59:28 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 19:59:28 -0400 |
| commit | 51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (patch) | |
| tree | f20dc8b2ecec208dda83896be3448f9d6a8881b2 /builtins/shell.c | |
| parent | eae0a36b3921a9b4a93e8efa7b5f9d6b843c607b (diff) | |
Code cleanup
Diffstat (limited to 'builtins/shell.c')
| -rw-r--r-- | builtins/shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/shell.c b/builtins/shell.c index d8807188..a73b0aac 100644 --- a/builtins/shell.c +++ b/builtins/shell.c @@ -3,7 +3,6 @@ #include <stdint.h> #include "array.h" -#include "functions.h" #include "integers.h" #include "pattern.h" #include "shell.h" |
