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 --- init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.c') diff --git a/init.c b/init.c index dbc0c645f..7f6b8eefd 100644 --- a/init.c +++ b/init.c @@ -19,9 +19,7 @@ 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" void -- cgit v1.2.1