From e02b7615fc6715baf1d9da6ed8ac6d6d4b79d671 Mon Sep 17 00:00:00 2001 From: hanrot Date: Fri, 15 Dec 2000 11:05:55 +0000 Subject: Permutation of includes to avoid warnings due to careless multiple definition of ULONG_MAX. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@862 280ebfd0-de03-0410-8827-d642c229c3f4 --- set_str_raw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'set_str_raw.c') diff --git a/set_str_raw.c b/set_str_raw.c index e51e15e10..e1114ea8c 100644 --- a/set_str_raw.c +++ b/set_str_raw.c @@ -27,9 +27,9 @@ MA 02111-1307, USA. */ #include #endif #include "gmp.h" -#include "gmp-impl.h" #include "longlong.h" #include "mpfr.h" +#include "gmp-impl.h" /* Currently the number should be of the form +/- xxxx.xxxxxxEyy, with decimal exponent. The mantissa of x is supposed to be large enough -- cgit v1.2.1