diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
| commit | 34c562e88e4c7b779bc3374019c0124f68d9125f (patch) | |
| tree | dee6fa04a0c27a3f5e66992a86b18266e674f474 /builtins/array.h | |
| parent | 06e432aa8df1defc670cfb557de180cbd7a469f3 (diff) | |
Move cord helper functions into their own file
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 91272f9c..478cd773 100644 --- a/builtins/array.h +++ b/builtins/array.h @@ -3,7 +3,6 @@ // Functions that operate on arrays #include <stdbool.h> -#include <gc/cord.h> #include "datatypes.h" #include "functions.h" |
