From 5558dcb6c5bea362b3c0fd1bf0b86f2d71272163 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 --- sprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sprintf.c') diff --git a/sprintf.c b/sprintf.c index a956381cd4..71802a4907 100644 --- a/sprintf.c +++ b/sprintf.c @@ -11,8 +11,9 @@ **********************************************************************/ -#include "internal.h" +#include "ruby/encoding.h" #include "ruby/re.h" +#include "internal.h" #include "id.h" #include #include -- cgit v1.2.3