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 --- structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.c') diff --git a/structs.c b/structs.c index a5f4b964..b5ea5638 100644 --- a/structs.c +++ b/structs.c @@ -9,7 +9,7 @@ #include "compile.h" #include "environment.h" #include "typecheck.h" -#include "util.h" +#include "builtins/util.h" static bool is_plain_data(env_t *env, type_t *t) { -- cgit v1.2.3