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 --- sin_cos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sin_cos.c') diff --git a/sin_cos.c b/sin_cos.c index b6f630d7b..5c041bd52 100644 --- a/sin_cos.c +++ b/sin_cos.c @@ -23,8 +23,8 @@ MA 02111-1307, USA. */ #include #include #include "gmp.h" -#include "gmp-impl.h" #include "mpfr.h" +#include "gmp-impl.h" #undef A #undef B -- cgit v1.2.1