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/ --- repl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repl.c') diff --git a/repl.c b/repl.c index 06806c3c..1dbc01c0 100644 --- a/repl.c +++ b/repl.c @@ -8,8 +8,8 @@ #include #include -#include "builtins/tomo.h" -#include "builtins/util.h" +#include "stdlib/tomo.h" +#include "stdlib/util.h" #include "typecheck.h" #include "parse.h" -- cgit v1.2.3