aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-08-16 14:24:22 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2012-08-16 14:24:22 -0400
commit6c76b723d23c2976d2275bb20122f1655b418eb3 (patch)
tree0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/system.h
parente426fa99fe47e9460dd690b18527b17b89fc586e (diff)
downloadgcc-6c76b723d23c2976d2275bb20122f1655b418eb3.zip
gcc-6c76b723d23c2976d2275bb20122f1655b418eb3.tar.gz
gcc-6c76b723d23c2976d2275bb20122f1655b418eb3.tar.bz2
revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)
2012-08-16 Diego Novillo <dnovillo@google.com> 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
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 0ccd991..9e7d503 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -1037,8 +1037,4 @@ helper_const_non_const_cast (const char *p)
#define DEBUG_VARIABLE
#endif
-#ifndef GENERATOR_FILE
-#include <gmp.h>
-#endif
-
#endif /* ! GCC_SYSTEM_H */