aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 9a604814c6..079795bfc6 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -21,13 +21,15 @@
*
*/
+#include "eval_intern.h"
#include "internal.h"
+#include "internal/hash.h"
+#include "internal/symbol.h"
+#include "iseq.h"
+#include "mjit.h"
#include "ruby/debug.h"
-
#include "vm_core.h"
-#include "mjit.h"
-#include "iseq.h"
-#include "eval_intern.h"
+
#include "builtin.h"
/* (1) trace mechanisms */