From 0f2461978ad48e198ae1ebd0db9bb57bae3ae83e Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 31 May 2012 16:43:31 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188068 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-cfg.c') diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index cd68f1f86c4..9b54a69b7ca 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "except.h" #include "cfgloop.h" -#include "cfglayout.h" +#include "cfglayout.h" /* for can_copy_bbs_p and copy_bbs */ #include "tree-ssa-propagate.h" #include "value-prof.h" #include "pointer-set.h" -- cgit v1.2.1