aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-08-16 18:24:22 +0000
committerDiego Novillo <dnovillo@google.com>2012-08-16 18:24:22 +0000
commite7ae9cb6321f6d50547d0374ac0ff293c87157f7 (patch)
tree0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/system.h
parentbd819377d6d8584a5b2a393f78bef4b8e27563c1 (diff)
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: https://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 */