From 6c76b723d23c2976d2275bb20122f1655b418eb3 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 16 Aug 2012 14:24:22 -0400 Subject: revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls) 2012-08-16 Diego Novillo Revert PR bootstrap/54281 * double-int.h: Move including of gmp.h ... * system.h: ... here. * realmpfr.h: Do not include gmp.h. * tree-ssa-loop-niter.c: Do not include gmp.h. From-SVN: r190449 --- gcc/tree-ssa-loop-niter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tree-ssa-loop-niter.c') diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 38b47b0..8f1e2b4 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "diagnostic-core.h" #include "tree-inline.h" +#include "gmp.h" #define SWAP(X, Y) do { affine_iv *tmp = (X); (X) = (Y); (Y) = tmp; } while (0) -- cgit v1.1