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 --- random.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'random.c') diff --git a/random.c b/random.c index 8b87a6597..5941b3ce1 100644 --- a/random.c +++ b/random.c @@ -21,10 +21,11 @@ MA 02111-1307, USA. */ #include #include "gmp.h" -#include "gmp-impl.h" #include "longlong.h" #include "urandom.h" #include "mpfr.h" +#include "gmp-impl.h" + /* Computes a random mpfr in [0, 1[ with precision MPFR_PREC */ -- cgit v1.2.1