summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-16 18:24:22 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-16 18:24:22 +0000
commit2a02178fdd2f016404c835abe988c427207b3f5a (patch)
tree0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/system.h
parent180aaed7703280914bfc838edb087eadd3a51084 (diff)
downloadgcc-2a02178fdd2f016404c835abe988c427207b3f5a.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190449 138bc75d-0d04-0410-961f-82ee72b054a4
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 0ccd9917b94..9e7d5030465 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 */