diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 13:28:13 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 13:28:13 +0000 |
commit | f5d9dd2ea4fdacef34156ebc853cfeba4e6f301c (patch) | |
tree | cce547740f98c101f61544e0f1425332c9574d32 /gcc/double-int.h | |
parent | d09bc815334db180910b5f50f9972982207695be (diff) | |
download | gcc-f5d9dd2ea4fdacef34156ebc853cfeba4e6f301c.tar.gz |
2012-08-16 Diego Novillo <dnovillo@google.com>
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.
fortran/ChangeLog
* gfortran.h: Do not include gmp.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190444 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index 3d9aa2caa9d..7ea05288b9e 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -20,10 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef DOUBLE_INT_H #define DOUBLE_INT_H -#ifndef GENERATOR_FILE -#include <gmp.h> -#endif - /* A large integer is currently represented as a pair of HOST_WIDE_INTs. It therefore represents a number with precision of 2 * HOST_BITS_PER_WIDE_INT bits (it is however possible that the |