diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-08 09:57:36 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-08 09:57:36 +0000 |
commit | 50a8e74cf0f8c34ef9e6023e6114d044b20a588b (patch) | |
tree | 1f889da1ddbeefc98575d8857f4c77a4196d001a /gcc/alias.h | |
parent | e4d6c7fcf14affb4ab20a351cf11f9614e6ba9e8 (diff) | |
download | gcc-50a8e74cf0f8c34ef9e6023e6114d044b20a588b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alias.h')
-rw-r--r-- | gcc/alias.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/alias.h b/gcc/alias.h index 9e0d1872658..026dbe603cd 100644 --- a/gcc/alias.h +++ b/gcc/alias.h @@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_ALIAS_H #define GCC_ALIAS_H -#include "coretypes.h" - /* The type of an alias set. Code currently assumes that variables of this type can take the values 0 (the alias set which aliases everything) and -1 (sometimes indicating that the alias set is |