summaryrefslogtreecommitdiff
path: root/mpz/root.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-12-01 02:58:43 +0100
committertege <tege@gmplib.org>2002-12-01 02:58:43 +0100
commitb2911b85bc225c1d24da209c10962700114c0874 (patch)
treed0ff40be4b620107d821b82f98c54f8b731fa9c1 /mpz/root.c
parent9e949917497b67cf0037dcf8377451b1107fd5b3 (diff)
downloadgmp-b2911b85bc225c1d24da209c10962700114c0874.tar.gz
Don't include longlong.h.
Diffstat (limited to 'mpz/root.c')
-rw-r--r--mpz/root.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpz/root.c b/mpz/root.c
index 15479d675..64d614b2a 100644
--- a/mpz/root.c
+++ b/mpz/root.c
@@ -23,7 +23,6 @@ MA 02111-1307, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
#include "gmp-impl.h"
-#include "longlong.h"
int
mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth)