diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-05-31 16:43:31 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-05-31 16:43:31 +0000 |
commit | 6f4185d7863f05abadb10550b26eb659a2b1eace (patch) | |
tree | 3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/tree-cfgcleanup.c | |
parent | 5be35a6121448a5692041a94b1caa7c710ef6f11 (diff) | |
download | gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.zip gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.tar.gz gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.tar.bz2 |
Makefile.in: Fix many dependencies.
* Makefile.in: Fix many dependencies.
* tree-profile.c: Don't include regs.h.
* tree-vectorizer.c: Don't include cfglayout.h.
* tree-vect-stmts.c: Likewise.
* tree-vect-slp.c: Likewise.
* tree-vect-loop.c: Likewise.
* reg-stack.c: Likewise.
* tree-ssa-loop-manip.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Don't include cfglayout.h, basic-block.h,
and tree-iterator.h.
* tree-cfgcleanup.c: Don't include cfglayout.h.
* passes.c: Don't include cfglayout.h, dwarf2asm.h,
dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
* cgraphclones.c: Don't include plugin.h.
From-SVN: r188068
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index d28783b..a7e10a2 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "except.h" #include "cfgloop.h" -#include "cfglayout.h" #include "hashtab.h" #include "tree-ssa-propagate.h" #include "tree-scalar-evolution.h" |