diff options
author | Matt Valentine-House <[email protected]> | 2023-02-08 11:56:53 +0000 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-02-09 10:32:29 -0500 |
commit | 72aba64fff09a829bfaf41165d0075066f087185 (patch) | |
tree | d989e27e007a38baf233dd2d0e036e0bc0b30226 /mjit.c | |
parent | e2b6289bab16ff2e05e8ac7a8bc3a35bcc2c44ed (diff) |
Merge gc.h and internal/gc.h
[Feature #19425]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7273
Diffstat (limited to 'mjit.c')
-rw-r--r-- | mjit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,6 @@ #include "vm_callinfo.h" #include "mjit.h" #include "mjit_c.h" -#include "gc.h" #include "ruby_assert.h" #include "ruby/debug.h" #include "ruby/thread.h" @@ -99,6 +98,7 @@ #include "insns.inc" #include "insns_info.inc" #include "internal/compile.h" +#include "internal/gc.h" #include <sys/wait.h> #include <sys/time.h> |