diff options
Diffstat (limited to 'ast.c')
| -rw-r--r-- | ast.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ #include <printf.h> #include "ast.h" -#include "builtins/integers.h" -#include "builtins/text.h" +#include "stdlib/integers.h" +#include "stdlib/text.h" #include "cordhelpers.h" static const char *OP_NAMES[] = { |
