From 42492146b4533b3eebe0c38ed08c19348d4951c7 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 2 Jan 2008 07:09:14 +0000 Subject: don't need to include ruby/util.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bignum.c b/bignum.c index 64a034427..283a4f489 100644 --- a/bignum.c +++ b/bignum.c @@ -11,7 +11,6 @@ **********************************************************************/ #include "ruby/ruby.h" -#include "ruby/util.h" #include #include -- cgit