summaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 5878e4a2e..dbfcb6630 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -2,6 +2,8 @@
#ifndef RUBY_EVAL_INTERN_H
#define RUBY_EVAL_INTERN_H
+#include "vm_core.h"
+
#define PASS_PASSED_BLOCK_TH(th) do { \
(th)->passed_block = GC_GUARDED_PTR_REF((rb_block_t *)(th)->cfp->lfp[0]); \
(th)->cfp->flag |= VM_FRAME_FLAG_PASSED; \
@@ -12,11 +14,6 @@
PASS_PASSED_BLOCK_TH(__th__); \
} while (0)
-#include "ruby/ruby.h"
-#include "ruby/node.h"
-#include "ruby/util.h"
-#include "vm_core.h"
-
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
@@ -30,9 +27,6 @@
#include <stdio.h>
#include <setjmp.h>
-#include "ruby/st.h"
-#include "dln.h"
-
#ifdef __APPLE__
#include <crt_externs.h>
#endif