internal.h: remove dependecy on ruby/encoding.h

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-01-09 06:24:11 +00:00
parent ee85a6e72b
commit e9cb552ec9
28 changed files with 58 additions and 23 deletions

View file

@ -11,8 +11,9 @@
**********************************************************************/
#include "internal.h"
#include "ruby/encoding.h"
#include "ruby/re.h"
#include "internal.h"
#include "id.h"
#include <math.h>
#include <stdarg.h>