diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 13:46:16 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 13:46:16 -0400 |
| commit | 6c5f5151b7cf308a03d09ad8ff5933377f16a1a9 (patch) | |
| tree | d90dbfe83e398a9b55beee4baed9508eb4653a60 /builtins/array.c | |
| parent | 9447ba8c4aff985f9238b3f4e138afd4526799b0 (diff) | |
Remove a few unused imports and clean things up a bit
Diffstat (limited to 'builtins/array.c')
| -rw-r--r-- | builtins/array.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/builtins/array.c b/builtins/array.c index 72e1c790..f4d7a3da 100644 --- a/builtins/array.c +++ b/builtins/array.c @@ -1,22 +1,14 @@ // Functions that operate on arrays -#include <ctype.h> -#include <err.h> #include <gc.h> -#include <gc/cord.h> -#include <math.h> #include <stdbool.h> #include <stdint.h> -#include <stdlib.h> #include <sys/param.h> #include "array.h" -#include "functions.h" -#include "integers.h" #include "optionals.h" #include "table.h" #include "text.h" -#include "types.h" #include "util.h" // Use inline version of siphash code: |
