summaryrefslogtreecommitdiff
path: root/mpz/iset_d.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-05-26 21:34:19 +0200
committertege <tege@gmplib.org>1996-05-26 21:34:19 +0200
commitcb84362c95922a8adc539d2650ef385da6642e11 (patch)
tree96e5da4a207251dd1a3fc7e2ecf957d4a27ff03f /mpz/iset_d.c
parentf69a22381d8cc0a93ce9d08b075ad316243bab7b (diff)
downloadgmp-cb84362c95922a8adc539d2650ef385da6642e11.tar.gz
Don't include <math.h>.
Diffstat (limited to 'mpz/iset_d.c')
-rw-r--r--mpz/iset_d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpz/iset_d.c b/mpz/iset_d.c
index d81a0654f..41e5c4f96 100644
--- a/mpz/iset_d.c
+++ b/mpz/iset_d.c
@@ -22,7 +22,6 @@ MA 02111-1307, USA. */
#include "gmp.h"
#include "gmp-impl.h"
-#include <math.h>
void
#if __STDC__