From ea264ca5a59323d8cf831cddf4540d1ef1067e22 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Fri, 1 May 2009 20:25:26 +0000 Subject: 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/ipa-reference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-reference.c') diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 36cb5f3..fce851e 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" -- cgit v1.1