diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 4fbcb97..ebb1b6d 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -76,11 +76,7 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "varasm.h" #include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "emit-rtl.h" #include "hash-table.h" @@ -91,6 +87,13 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "reload.h" #include "output.h" +#include "statistics.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "stmt.h" #include "expr.h" #include "except.h" #include "dwarf2.h" |