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 --- bignum.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 74ca5b1b8d..dfbe2ecec9 100644 --- a/bignum.c +++ b/bignum.c @@ -9,10 +9,9 @@ **********************************************************************/ -#include "ruby/ruby.h" +#include "internal.h" #include "ruby/thread.h" #include "ruby/util.h" -#include "internal.h" #ifdef HAVE_STRINGS_H #include -- cgit v1.2.3