1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

yjit.h is not necessary for all sources using mjit.h

This commit is contained in:
Nobuyoshi Nakada 2022-08-14 00:13:24 +09:00
parent 81fbc8d553
commit b880576e59
Notes: git 2022-08-17 15:23:33 +09:00
2 changed files with 1 additions and 1 deletions

1
mjit.h
View file

@ -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:

View file

@ -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"