From 2c85730f36ac232ff81bda66687af824546a81c7 Mon Sep 17 00:00:00 2001 From: pelissip Date: Mon, 15 Dec 2003 14:39:35 +0000 Subject: + Optimize a few div.c + Remove some warnings in asin.c, atan.c. + Include limits.h before gmp-impl.h in mpfr-impl.h + mpfr-tests.h doesn't include anumore standard include files. + Test files include only standard includes and mpfr-tests.h. + Add some forgotten mpfr_clear in mpf[r]_compat. + Remove some warnings in the tests. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2576 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tinits.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/tinits.c') diff --git a/tests/tinits.c b/tests/tinits.c index 435f345f9..3433df89c 100644 --- a/tests/tinits.c +++ b/tests/tinits.c @@ -19,10 +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 "gmp.h" -#include "gmp-impl.h" -#include "mpfr.h" -#include "mpfr-impl.h" #include "mpfr-test.h" int -- cgit v1.2.1