diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 11:49:06 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 11:49:06 +0000 |
commit | 7cd76ab0c579ee5400d0d33753369e675b497d36 (patch) | |
tree | d35212b88b3af66efc3eada3fd4c4e114317d431 /gc.c | |
parent | 64f9f1ba5884975ba91abcdb7697988ba0ba64bf (diff) |
* 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
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |