summaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-02 07:09:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-02 07:09:14 +0000
commit42492146b4533b3eebe0c38ed08c19348d4951c7 (patch)
tree4f89a1fde0f39f84c4325276dc1ac5e2efbeda9f /bignum.c
parent8aa749e30571c39e3e9d3a097e06c4e53c3766e1 (diff)
downloadruby-42492146b4533b3eebe0c38ed08c19348d4951c7.tar.gz
ruby-42492146b4533b3eebe0c38ed08c19348d4951c7.tar.xz
ruby-42492146b4533b3eebe0c38ed08c19348d4951c7.zip
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
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c1
1 files changed, 0 insertions, 1 deletions
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 <math.h>
#include <float.h>