summaryrefslogtreecommitdiff
path: root/rational.c
diff options
context:
space:
mode:
-rw-r--r--rational.c12
1 files changed, 9 insertions, 3 deletions
@@ -22,9 +22,6 @@
# define USE_GMP 0
#endif
#endif
-#if USE_GMP
-#include <gmp.h>
-#endif
#include "id.h"
#include "internal.h"
@@ -36,6 +33,15 @@
#include "internal/rational.h"
#include "ruby_assert.h"
#define ZERO INT2FIX(0)
#define ONE INT2FIX(1)
#define TWO INT2FIX(2)