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