diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-08 09:57:36 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-08 09:57:36 +0000 |
commit | 79bdca32d42fcd1a77fbb94826d22f020dca8829 (patch) | |
tree | 1f889da1ddbeefc98575d8857f4c77a4196d001a /gcc/double-int.h | |
parent | 953bee7c4a084245ae19ffb3b56e8a4685548a36 (diff) | |
download | gcc-79bdca32d42fcd1a77fbb94826d22f020dca8829.zip gcc-79bdca32d42fcd1a77fbb94826d22f020dca8829.tar.gz gcc-79bdca32d42fcd1a77fbb94826d22f020dca8829.tar.bz2 |
alias.h: Do not include coretypes.h in header files.
gcc/
* alias.h: Do not include coretypes.h in header files.
* cppbuiltin.h: Likewise.
* double-int.h: Likewise.
* gimple-fold.h: Likewise.
* flags.h: Likewise.
* tree-ssa-alias.h: Likewise.
* gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
* Makefile.in (RTL_BASE_H): Depend on coretypes.h.
(TREE_H): Likewise.
(ALIAS_H): Do not depend on coretypes.h.
(FLAGS_H): Likewise.
(realmpfr.o): Depend on coretypes.h.
java/
* verify.h: Do not include system.h and coretypes.h here.
* verify-impl.c: Include them here instead.
From-SVN: r189358
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index ef9a8a9..50a9bda 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GENERATOR_FILE #include <gmp.h> #endif -#include "coretypes.h" /* A large integer is currently represented as a pair of HOST_WIDE_INTs. It therefore represents a number with precision of |