From 7cd76ab0c579ee5400d0d33753369e675b497d36 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Nov 2014 11:49:06 +0000 Subject: * internal.h: Include ruby.h and ruby/encoding.h to be includable without prior inclusion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 6c7511cd28..d6aaf2ecd7 100644 --- a/gc.c +++ b/gc.c @@ -11,7 +11,7 @@ **********************************************************************/ -#include "ruby/ruby.h" +#include "internal.h" #include "ruby/st.h" #include "ruby/re.h" #include "ruby/io.h" @@ -20,7 +20,6 @@ #include "ruby/debug.h" #include "eval_intern.h" #include "vm_core.h" -#include "internal.h" #include "gc.h" #include "constant.h" #include "ruby_atomic.h" -- cgit v1.2.3