aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c21
1 files changed, 1 insertions, 20 deletions
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.