diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-16 17:18:07 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-16 17:18:07 +0000 |
commit | a51668512bf9933cc5675dfba631733ad926cf90 (patch) | |
tree | ab48f7315e88a97915b181a1d5e759521a5ce0b0 /tests/tcmp2.c | |
parent | ab405440550914442a5c0b5f6a8f2c1567a9360f (diff) | |
download | mpfr-a51668512bf9933cc5675dfba631733ad926cf90.tar.gz |
removed math.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2191 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcmp2.c')
-rw-r--r-- | tests/tcmp2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c index d36350ef1..ebe2f29db 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp2. -Copyright 1999, 2000, 2001, 2002 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation. This file is part of the MPFR Library. @@ -21,7 +21,6 @@ MA 02111-1307, USA. */ #include <stdio.h> #include <stdlib.h> -#include <math.h> #include "gmp.h" #include "mpfr.h" #include "mpfr-impl.h" |