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/array.h | |
| parent | eae0a36b3921a9b4a93e8efa7b5f9d6b843c607b (diff) | |
Code cleanup
Diffstat (limited to 'builtins/array.h')
| -rw-r--r-- | builtins/array.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/array.h b/builtins/array.h index 478cd773..1e945e5e 100644 --- a/builtins/array.h +++ b/builtins/array.h @@ -5,7 +5,6 @@ #include <stdbool.h> #include "datatypes.h" -#include "functions.h" #include "integers.h" #include "types.h" #include "util.h" |
