summaryrefslogtreecommitdiff
path: root/tests/tlog.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/tlog.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/tlog.c')
-rw-r--r--tests/tlog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index af388488e..df5d26c62 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-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.
@@ -21,7 +21,6 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
#include <time.h>
#include "gmp.h"
#include "mpfr.h"