From a33f73061776d6814f67fecd230c0706bc1ff10c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 10 Mar 2024 00:03:21 -0500 Subject: Rearranging some files --- environment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.c') diff --git a/environment.c b/environment.c index d9573e2f..3ba7cdd2 100644 --- a/environment.c +++ b/environment.c @@ -6,7 +6,7 @@ #include "builtins/table.h" #include "builtins/text.h" #include "typecheck.h" -#include "util.h" +#include "builtins/util.h" typedef struct { const char *name; -- cgit v1.2.3