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 --- re.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 're.c') diff --git a/re.c b/re.c index 1ed2f94c34..cef758614d 100644 --- a/re.c +++ b/re.c @@ -9,9 +9,10 @@ **********************************************************************/ -#include "internal.h" +#include "ruby/encoding.h" #include "ruby/re.h" #include "ruby/util.h" +#include "internal.h" #include "regint.h" #include "encindex.h" #include -- cgit v1.2.3