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 --- load.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'load.c') diff --git a/load.c b/load.c index e2a7a98522..5034691cc2 100644 --- a/load.c +++ b/load.c @@ -2,8 +2,9 @@ * load methods from eval.c */ -#include "internal.h" +#include "ruby/encoding.h" #include "ruby/util.h" +#include "internal.h" #include "dln.h" #include "eval_intern.h" #include "probes.h" -- cgit v1.2.3