From f9bac6ed65a0ee1059d55e725b021c0c897c014f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Jan 2018 06:24:10 +0000 Subject: internal.h: remove dependecy on ruby/io.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index b00dda8ffb..d0144f5266 100644 --- a/gc.c +++ b/gc.c @@ -14,13 +14,13 @@ #define rb_data_object_alloc rb_data_object_alloc #define rb_data_typed_object_alloc rb_data_typed_object_alloc -#include "internal.h" +#include "ruby/io.h" #include "ruby/st.h" #include "ruby/re.h" -#include "ruby/io.h" #include "ruby/thread.h" #include "ruby/util.h" #include "ruby/debug.h" +#include "internal.h" #include "eval_intern.h" #include "vm_core.h" #include "gc.h" -- cgit v1.2.3