yjit.h is not necessary for all sources using mjit.h
This commit is contained in:
parent
81fbc8d553
commit
b880576e59
Notes:
git
2022-08-17 15:23:33 +09:00
1
mjit.h
1
mjit.h
@ -17,7 +17,6 @@
|
||||
#include "debug_counter.h"
|
||||
#include "ruby.h"
|
||||
#include "vm_core.h"
|
||||
#include "yjit.h"
|
||||
|
||||
// Special address values of a function generated from the
|
||||
// corresponding iseq by MJIT:
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "internal/variable.h"
|
||||
#include "mjit.h"
|
||||
#include "mjit_unit.h"
|
||||
#include "yjit.h"
|
||||
#include "vm_core.h"
|
||||
#include "vm_callinfo.h"
|
||||
#include "vm_exec.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user