summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-gimplify.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2010-06-30 07:39:21 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2010-06-30 07:39:21 +0000
commit6662d794044f9124db635ba8acaa82c9483a3b33 (patch)
treea3c3f51f5fc0dd8e6915c34430cccc6b4dc842a7 /gcc/c-family/c-gimplify.c
parent9de9cbaf4a18e968a58c5798edb9bf4c37437b0c (diff)
downloadgcc-6662d794044f9124db635ba8acaa82c9483a3b33.tar.gz
tree.h (block_may_fallthru): Declare here.
2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org> * tree.h (block_may_fallthru): Declare here. * tree-flow.h (block_may_fallthru): Do not declare here. * c-typeck.c: Do not include tree-flow.h. Include gimple.h and bitmap.h * Makefile.in (c-typeck.o): Update dependencies. c-family/ * c-gimplify.c: Do not include tree-flow.h cp/ * tree.c: Include gimple.h. Do not include tree-flow.h * decl.c: Do not include tree-flow.h * Make-lang.in: Adjust dependencies. ada/ * gcc-interface/trans.c: Do not include tree-flow.h. * gcc-interface/Make-lang.in: Adjust dependencies. From-SVN: r161591
Diffstat (limited to 'gcc/c-family/c-gimplify.c')
-rw-r--r--gcc/c-family/c-gimplify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c-gimplify.c b/gcc/c-family/c-gimplify.c
index 06963a05e71..f446ebbb214 100644
--- a/gcc/c-family/c-gimplify.c
+++ b/gcc/c-family/c-gimplify.c
@@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see
#include "c-common.h"
#include "gimple.h"
#include "basic-block.h"
-#include "tree-flow.h"
#include "tree-inline.h"
#include "diagnostic-core.h"
#include "langhooks.h"