From dc19ae1e2cfca04bb729e8d6296edda900e6fda9 Mon Sep 17 00:00:00 2001 From: rguenth Date: Fri, 21 Dec 2012 14:33:13 +0000 Subject: 2012-12-21 Richard Biener PR bootstrap/54659 * system.h: Include gmp.h. * tree-ssa-loop-niter.c: Do not include gmp.h here. * double-int.h: Likewise. * realmpfr.h: Likewise. fortran/ * gfortran.h: Do not include gmp.h here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194665 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/gfortran.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/fortran/gfortran.h') diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index ec0c61f09c9..f12099228a0 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -1699,7 +1699,6 @@ gfc_intrinsic_sym; EXPR_COMPCALL Function (or subroutine) call of a procedure pointer component or type-bound procedure. */ -#include #include #include #define GFC_RND_MODE GMP_RNDN -- cgit v1.2.3