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/tout_str.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/tout_str.c')
-rw-r--r-- | tests/tout_str.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tout_str.c b/tests/tout_str.c index 0f1a4cfe6..af4d4c23a 100644 --- a/tests/tout_str.c +++ b/tests/tout_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_out_str. -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 <float.h> #include <stdio.h> #include <stdlib.h> |