summaryrefslogtreecommitdiff
path: root/mpz/root.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-12-01 02:55:02 +0100
committertege <tege@gmplib.org>2002-12-01 02:55:02 +0100
commit9e949917497b67cf0037dcf8377451b1107fd5b3 (patch)
tree9b0edb64c684ed213cbb2467aa491f77c525ebe0 /mpz/root.c
parent80d67f4c0cbf106cb999cc2f9d1d91d837780af6 (diff)
downloadgmp-9e949917497b67cf0037dcf8377451b1107fd5b3.tar.gz
Don't include stdlib.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 06ad68177..15479d675 100644
--- a/mpz/root.c
+++ b/mpz/root.c
@@ -21,7 +21,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdio.h> /* for NULL */
-#include <stdlib.h> /* for abort */
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"