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/passes.c | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'gcc/passes.c') diff --git a/gcc/passes.c b/gcc/passes.c index 54bf029..bfd4ce3 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -53,11 +53,9 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "params.h" #include "reload.h" -#include "dwarf2asm.h" #include "debug.h" #include "target.h" #include "langhooks.h" -#include "cfglayout.h" #include "cfgloop.h" #include "hosthooks.h" #include "cgraph.h" @@ -73,24 +71,7 @@ along with GCC; see the file COPYING3. If not see #include "lto-streamer.h" #include "plugin.h" #include "ipa-utils.h" -#include "tree-pretty-print.h" - -#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO) -#include "dwarf2out.h" -#endif - -#if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) -#include "dbxout.h" -#endif - -#ifdef SDB_DEBUGGING_INFO -#include "sdbout.h" -#endif - -#ifdef XCOFF_DEBUGGING_INFO -#include "xcoffout.h" /* Needed for external data - declarations for e.g. AIX 4.x. */ -#endif +#include "tree-pretty-print.h" /* for dump_function_header */ /* This is used for debugging. It allows the current pass to printed from anywhere in compilation. -- cgit v1.1