aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ast.h b/ast.h
index 198e3d80..55ac28fb 100644
--- a/ast.h
+++ b/ast.h
@@ -8,8 +8,8 @@
#include <stdlib.h>
#include <printf.h>
-#include "builtins/files.h"
-#include "builtins/util.h"
+#include "stdlib/files.h"
+#include "stdlib/util.h"
#define NewAST(_file, _start, _end, ast_tag, ...) (new(ast_t, .file=_file, .start=_start, .end=_end,\
.tag=ast_tag, .__data.ast_tag={__VA_ARGS__}))