diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index a4465c9a1ac..9ce3f0921fc 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -64,13 +64,10 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tm_p.h" #include "stringpool.h" -#include "expmed.h" #include "insn-config.h" -#include "regs.h" #include "ira.h" #include "cgraph.h" #include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "varasm.h" @@ -79,13 +76,7 @@ along with GCC; see the file COPYING3. If not see #include "rtlhash.h" #include "reload.h" #include "output.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "stmt.h" #include "expr.h" -#include "except.h" -#include "dwarf2.h" #include "dwarf2out.h" #include "dwarf2asm.h" #include "toplev.h" |