summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-16 17:13:43 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-16 17:13:43 +0000
commitab405440550914442a5c0b5f6a8f2c1567a9360f (patch)
tree40b43dbd79c21ae89a519ec2904a30fa4cb0baaa /tests/tsqrt.c
parent55680650baf97b9f2726250c376f0db3575c0d29 (diff)
downloadmpfr-ab405440550914442a5c0b5f6a8f2c1567a9360f.tar.gz
added year 2003 in copyright line
removed math.h git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2190 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsqrt.c')
-rw-r--r--tests/tsqrt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 32850baf9..dc97700b2 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -19,7 +19,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>