aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.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/tree-if-conv.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/tree-if-conv.c')
-rw-r--r--gcc/tree-if-conv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c
index f9b942a..70c6149 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"