Skip to content

Commit

Permalink
yjit.h is not necessary for all sources using mjit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 17, 2022
1 parent 81fbc8d commit b880576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mjit.h
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions mjit_compile.c
Expand Up @@ -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"
Expand Down

0 comments on commit b880576

Please sign in to comment.