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 --- variable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index b74bb7ef90..51891e235d 100644 --- a/variable.c +++ b/variable.c @@ -11,9 +11,10 @@ **********************************************************************/ -#include "internal.h" +#include "ruby/encoding.h" #include "ruby/st.h" #include "ruby/util.h" +#include "internal.h" #include "id_table.h" #include "constant.h" #include "id.h" -- cgit v1.2.3