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/ --- tomo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tomo.c') diff --git a/tomo.c b/tomo.c index ec4f1c35..4d1692a8 100644 --- a/tomo.c +++ b/tomo.c @@ -10,9 +10,9 @@ #include #include "ast.h" -#include "builtins/arrays.h" -#include "builtins/datatypes.h" -#include "builtins/text.h" +#include "stdlib/arrays.h" +#include "stdlib/datatypes.h" +#include "stdlib/text.h" #include "compile.h" #include "cordhelpers.h" #include "parse.h" -- cgit v1.2.3