aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck.c')
-rw-r--r--typecheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/typecheck.c b/typecheck.c
index 65597a8a..86c204dc 100644
--- a/typecheck.c
+++ b/typecheck.c
@@ -8,8 +8,8 @@
#include <sys/stat.h>
#include "ast.h"
-#include "builtins/text.h"
-#include "builtins/util.h"
+#include "stdlib/text.h"
+#include "stdlib/util.h"
#include "cordhelpers.h"
#include "environment.h"
#include "parse.h"