diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-10 00:03:21 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-10 00:03:21 -0500 |
| commit | a33f73061776d6814f67fecd230c0706bc1ff10c (patch) | |
| tree | 7f47f83f783f5b08a02bdd940988d9637102e6e4 /builtins/array.h | |
| parent | b639f01294f8c528ad0597a179f7e426bccdfb80 (diff) | |
Rearranging some files
Diffstat (limited to 'builtins/array.h')
| -rw-r--r-- | builtins/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/array.h b/builtins/array.h index 52fd65e3..d36db573 100644 --- a/builtins/array.h +++ b/builtins/array.h @@ -2,7 +2,7 @@ #include <stdbool.h> #include <gc/cord.h> -#include "../util.h" +#include "util.h" #include "datatypes.h" #include "functions.h" #include "types.h" |
