aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-struct-reorg.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2009-05-01 20:25:26 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2009-05-01 20:25:26 +0000
commitea264ca5a59323d8cf831cddf4540d1ef1067e22 (patch)
tree1862fd08477aca1be8c2d14d11e62fb48bc0c66c /gcc/ipa-struct-reorg.c
parent6c5d4d1a023fcf403eca657ac451c6c7e92019e1 (diff)
downloadgcc-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/ipa-struct-reorg.c')
-rw-r--r--gcc/ipa-struct-reorg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c
index 8b5360d..5b1670e 100644
--- a/gcc/ipa-struct-reorg.c
+++ b/gcc/ipa-struct-reorg.c
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks.h"
#include "pointer-set.h"
#include "hashtab.h"
-#include "c-tree.h"
#include "toplev.h"
#include "flags.h"
#include "debug.h"
@@ -53,7 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "opts.h"
#include "ipa-type-escape.h"
#include "tree-dump.h"
-#include "c-common.h"
#include "gimple.h"
/* This optimization implements structure peeling.