diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-01 20:25:26 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-01 20:25:26 +0000 |
commit | ea264ca5a59323d8cf831cddf4540d1ef1067e22 (patch) | |
tree | 1862fd08477aca1be8c2d14d11e62fb48bc0c66c /gcc/tree-ssa-structalias.c | |
parent | 6c5d4d1a023fcf403eca657ac451c6c7e92019e1 (diff) | |
download | gcc-ea264ca5a59323d8cf831cddf4540d1ef1067e22.zip gcc-ea264ca5a59323d8cf831cddf4540d1ef1067e22.tar.gz gcc-ea264ca5a59323d8cf831cddf4540d1ef1067e22.tar.bz2 |
ipa-reference.c: Do not include c-common.h, include splay-tree.h.
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.
* ipa-utils.c: Likewise.
* ipa-type-escape.c: Likewise.
* cgraphunit.c Do not include c-common.h.
* ipa-pure-const.c: Likewise.
* tree-if-conv.c: Likewise.
* matrix-reorg.c: Do not include c-common.h and c-tree.h.
* ipa-struct-reorg.c: Likewise.
* tree-nomudflap.c: Likewise.
* tree-ssa-structalias.c: Likewise.
From-SVN: r147035
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index b0768d0..3bcaeb1 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -32,11 +32,9 @@ #include "basic-block.h" #include "output.h" #include "tree.h" -#include "c-common.h" #include "tree-flow.h" #include "tree-inline.h" #include "varray.h" -#include "c-tree.h" #include "diagnostic.h" #include "toplev.h" #include "gimple.h" |