summaryrefslogtreecommitdiff
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
commit99fc557fa5f15b82019c866b3f55bfd8106b04af (patch)
tree4f89a1fde0f39f84c4325276dc1ac5e2efbeda9f /bignum.c
parente7fb2586eff0f9479ae73abb112f37a3a3866ff4 (diff)
don't need to include ruby/util.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 64a0344274..283a4f4897 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>