aboutsummaryrefslogtreecommitdiff
path: root/gcc/realmpfr.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2012-12-21 14:33:13 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-12-21 14:33:13 +0000
commitd106911b0d8a0575daba3c7097c2c2d8878da8c7 (patch)
tree9261785ac75ce71566232c14b4eea18da31f61d0 /gcc/realmpfr.h
parent4cc7046660c0d1520498a2f713e35a14f2d45cfc (diff)
downloadgcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.zip
gcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.tar.gz
gcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.tar.bz2
re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)
2012-12-21 Richard Biener <rguenther@suse.de> 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. From-SVN: r194665
Diffstat (limited to 'gcc/realmpfr.h')
-rw-r--r--gcc/realmpfr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/realmpfr.h b/gcc/realmpfr.h
index ab234e9..4cfa4fb 100644
--- a/gcc/realmpfr.h
+++ b/gcc/realmpfr.h
@@ -22,7 +22,6 @@
#ifndef GCC_REALGMP_H
#define GCC_REALGMP_H
-#include <gmp.h>
#include <mpfr.h>
#include <mpc.h>
#include "real.h"