From 19767e6f6f9089ef12f81e9f3b64f5c71ff71c84 Mon Sep 17 00:00:00 2001 From: pelissip Date: Fri, 6 Feb 2004 13:27:05 +0000 Subject: + Better support of non IEEE doubles. + You can compile MPFR without gmp internal files (ie gmp-impl.h, gmp-mparam.h, and config.h). You only need gmp.h and libgmp.a. But you can still compile with GMP internal files (configure detects them). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2665 280ebfd0-de03-0410-8827-d642c229c3f4 --- inp_str.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'inp_str.c') diff --git a/inp_str.c b/inp_str.c index b30da2fee..a32313124 100644 --- a/inp_str.c +++ b/inp_str.c @@ -23,9 +23,7 @@ MA 02111-1307, USA. */ #include #include -#include "gmp.h" -#include "gmp-impl.h" -#include "mpfr.h" + #include "mpfr-impl.h" size_t -- cgit v1.2.1