aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
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"