summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index d525337d24..88e65322eb 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -6,21 +6,10 @@
#ifndef YJIT_IFACE_H
#define YJIT_IFACE_H 1
-#include "stddef.h"
-#include "stdint.h"
-#include "stdbool.h"
-#include "internal.h"
-#include "ruby/internal/attr/nodiscard.h"
+#include "ruby/ruby.h"
#include "vm_core.h"
-#include "vm_callinfo.h"
-#include "builtin.h"
#include "yjit_core.h"
-#ifndef rb_callcache
-struct rb_callcache;
-#define rb_callcache rb_callcache
-#endif
-
#define YJIT_DECLARE_COUNTERS(...) struct rb_yjit_runtime_counters { \
int64_t __VA_ARGS__; \
}; \