aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 20:18:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 20:18:08 -0400
commitc455e7b67d2e55e6ed03e3449203d4e307f5a7dd (patch)
tree27d9d4c77193f7aa1fe3a3c6fe5631d0ccfd59e2 /tomo.c
parent816aa29b799132acb8c71d4968df6c4619fb2b1d (diff)
Rename builtins/ -> stdlib/
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tomo.c b/tomo.c
index ec4f1c35..4d1692a8 100644
--- a/tomo.c
+++ b/tomo.c
@@ -10,9 +10,9 @@
#include <sys/wait.h>
#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"