From 6f4185d7863f05abadb10550b26eb659a2b1eace Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Thu, 31 May 2012 16:43:31 +0000 Subject: 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 --- gcc/toplev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 0bdb218..3f5e61b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -63,8 +63,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "langhooks.h" -#include "cfglayout.h" -#include "cfgloop.h" +#include "cfgloop.h" /* for init_set_costs */ #include "hosthooks.h" #include "cgraph.h" #include "opts.h" -- cgit v1.1