From ea264ca5a59323d8cf831cddf4540d1ef1067e22 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Fri, 1 May 2009 20:25:26 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 13 +++++++++++++ gcc/cgraphunit.c | 1 - gcc/ipa-pure-const.c | 1 - gcc/ipa-reference.c | 2 +- gcc/ipa-struct-reorg.c | 2 -- gcc/ipa-type-escape.c | 2 +- gcc/ipa-utils.c | 2 +- gcc/matrix-reorg.c | 2 -- gcc/tree-if-conv.c | 1 - gcc/tree-nomudflap.c | 2 -- gcc/tree-ssa-structalias.c | 2 -- 11 files changed, 16 insertions(+), 14 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 877b8a125381..0091874ee4e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2009-05-01 Steven Bosscher + + * 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. + 2009-05-01 Steven Bosscher * store-motion.c: Many cleanups to make this pass a first-class diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index a99b7dfe96d4..7b87d38060d7 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -126,7 +126,6 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "params.h" #include "fibheap.h" -#include "c-common.h" #include "intl.h" #include "function.h" #include "ipa-prop.h" diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 9575468ec7c3..41791d463c5c 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see #include "pointer-set.h" #include "ggc.h" #include "ipa-utils.h" -#include "c-common.h" #include "gimple.h" #include "cgraph.h" #include "output.h" diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 36cb5f3f5f98..fce851e0eef9 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -57,10 +57,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "langhooks.h" #include "pointer-set.h" +#include "splay-tree.h" #include "ggc.h" #include "ipa-utils.h" #include "ipa-reference.h" -#include "c-common.h" #include "gimple.h" #include "cgraph.h" #include "output.h" diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index 8b5360d00e9e..5b1670e0de18 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. diff --git a/gcc/ipa-type-escape.c b/gcc/ipa-type-escape.c index 7349f6b8478b..62516d0f34c9 100644 --- a/gcc/ipa-type-escape.c +++ b/gcc/ipa-type-escape.c @@ -43,10 +43,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "langhooks.h" #include "pointer-set.h" +#include "splay-tree.h" #include "ggc.h" #include "ipa-utils.h" #include "ipa-type-escape.h" -#include "c-common.h" #include "gimple.h" #include "cgraph.h" #include "output.h" diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index 97a2b3c82374..5bd0b788cd1b 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -28,10 +28,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "langhooks.h" #include "pointer-set.h" +#include "splay-tree.h" #include "ggc.h" #include "ipa-utils.h" #include "ipa-reference.h" -#include "c-common.h" #include "gimple.h" #include "cgraph.h" #include "output.h" diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c index 704dbe7ef827..9c5369417f24 100644 --- a/gcc/matrix-reorg.c +++ b/gcc/matrix-reorg.c @@ -115,7 +115,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "rtl.h" -#include "c-tree.h" #include "tree-inline.h" #include "tree-flow.h" #include "tree-flow-inline.h" @@ -131,7 +130,6 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "params.h" #include "fibheap.h" -#include "c-common.h" #include "intl.h" #include "function.h" #include "basic-block.h" diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index f9b942a95201..70c6149a494d 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -85,7 +85,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "c-common.h" #include "flags.h" #include "timevar.h" #include "varray.h" diff --git a/gcc/tree-nomudflap.c b/gcc/tree-nomudflap.c index 253dd2372e9b..1021b31757ac 100644 --- a/gcc/tree-nomudflap.c +++ b/gcc/tree-nomudflap.c @@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "tree-inline.h" -#include "c-tree.h" -#include "c-common.h" #include "gimple.h" #include "diagnostic.h" #include "hashtab.h" diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index b0768d0c20bf..3bcaeb1e011f 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" -- 2.43.5