summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/ast.c b/ast.c
index 1133fb8a10..3f7061a7b0 100644
--- a/ast.c
+++ b/ast.c
@@ -1,11 +1,15 @@
/* indent-tabs-mode: nil */
+#include "internal.h"
+#include "internal/parse.h"
+#include "internal/symbol.h"
+#include "internal/warnings.h"
+#include "iseq.h"
+#include "node.h"
#include "ruby.h"
#include "ruby/encoding.h"
#include "ruby/util.h"
-#include "internal.h"
-#include "node.h"
#include "vm_core.h"
-#include "iseq.h"
+
#include "builtin.h"
static VALUE rb_mAST;