mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ujit.h instead in the rest of Ruby
ujit_iface.h is meant for uJIT internal use only.
This commit is contained in:
parent
03af6ad995
commit
15b088bd6e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "version.h"
|
||||
#include "vm_core.h"
|
||||
#include "mjit.h"
|
||||
#include "ujit_iface.h"
|
||||
#include "ujit.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef EXIT_SUCCESS
|
||||
|
|
Loading…
Reference in a new issue