summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
-rw-r--r--range.c16
1 files changed, 13 insertions, 3 deletions
@@ -9,14 +9,24 @@
**********************************************************************/
-#include "internal.h"
-#include "id.h"
#include <assert.h>
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
-#include <math.h>
VALUE rb_cRange;
static ID id_beg, id_end, id_excl;