aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-10 00:03:21 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-10 00:03:21 -0500
commita33f73061776d6814f67fecd230c0706bc1ff10c (patch)
tree7f47f83f783f5b08a02bdd940988d9637102e6e4 /typecheck.c
parentb639f01294f8c528ad0597a179f7e426bccdfb80 (diff)
Rearranging some files
Diffstat (limited to 'typecheck.c')
-rw-r--r--typecheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typecheck.c b/typecheck.c
index 5cabf3f1..769d8680 100644
--- a/typecheck.c
+++ b/typecheck.c
@@ -12,7 +12,7 @@
#include "parse.h"
#include "typecheck.h"
#include "types.h"
-#include "util.h"
+#include "builtins/util.h"
type_t *parse_type_ast(env_t *env, type_ast_t *ast)
{