From 5863771b360240b323dcbfb53830b8de4de528a6 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 1 May 2009 20:25:26 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147035 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-nomudflap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/tree-nomudflap.c') diff --git a/gcc/tree-nomudflap.c b/gcc/tree-nomudflap.c index 253dd2372e9..1021b31757a 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" -- cgit v1.2.1