From c455e7b67d2e55e6ed03e3449203d4e307f5a7dd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 20:18:08 -0400 Subject: Rename builtins/ -> stdlib/ --- structs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.c') diff --git a/structs.c b/structs.c index 328fa3be..6584eac8 100644 --- a/structs.c +++ b/structs.c @@ -5,12 +5,12 @@ #include #include "ast.h" -#include "builtins/text.h" +#include "stdlib/text.h" #include "compile.h" #include "cordhelpers.h" #include "environment.h" #include "typecheck.h" -#include "builtins/util.h" +#include "stdlib/util.h" static CORD compile_str_method(env_t *env, ast_t *ast) { -- cgit v1.2.3