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/ --- environment.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'environment.c') diff --git a/environment.c b/environment.c index 5170fa95..dc31eee1 100644 --- a/environment.c +++ b/environment.c @@ -3,9 +3,9 @@ #include #include -#include "builtins/tables.h" -#include "builtins/text.h" -#include "builtins/util.h" +#include "stdlib/tables.h" +#include "stdlib/text.h" +#include "stdlib/util.h" #include "cordhelpers.h" #include "environment.h" #include "typecheck.h" -- cgit v1.2.3