diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 1fc76fe19a6..d4b68318661 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -91,8 +91,7 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "input.h" #include "gimple.h" -#include "tree-pass.h" -#include "tree-flow.h" +#include "dumpfile.h" #include "opts.h" static void dwarf2out_source_line (unsigned int, const char *, int, bool); |