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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 94d74022..8b1ded4a 100644 --- a/types.h +++ b/types.h @@ -6,7 +6,7 @@ #include #include "ast.h" -#include "builtins/arrays.h" +#include "stdlib/arrays.h" typedef struct type_s type_t; -- cgit v1.2.3