summaryrefslogtreecommitdiff
path: root/tests/tui_sub.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-16 17:01:07 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-16 17:01:07 +0000
commit55680650baf97b9f2726250c376f0db3575c0d29 (patch)
treeb6a382fd79fe0d5322dbc721d87b9fda494320fd /tests/tui_sub.c
parent140ba335be06d2c2aa68f9bc1db097f0e9c55e42 (diff)
downloadmpfr-55680650baf97b9f2726250c376f0db3575c0d29.tar.gz
added 2003, removed math.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2189 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tui_sub.c')
-rw-r--r--tests/tui_sub.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tui_sub.c b/tests/tui_sub.c
index 45ec763d9..0bbe45c76 100644
--- a/tests/tui_sub.c
+++ b/tests/tui_sub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_sub.
-Copyright 2000, 2001, 2002 Free Software Foundation.
+Copyright 2000, 2001, 2002, 2003 Free Software Foundation.
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 <float.h>