From e9cb552ec960d96f9f7b481d67b84b56fd1c4f5f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Jan 2018 06:24:11 +0000 Subject: 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 --- ruby.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 7e58ecb510..16be70e942 100644 --- a/ruby.c +++ b/ruby.c @@ -15,8 +15,9 @@ #include #include #endif -#include "internal.h" +#include "ruby/encoding.h" #include "ruby/thread.h" +#include "internal.h" #include "eval_intern.h" #include "dln.h" #include -- cgit v1.2.3