diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 23cf120bee9..ee2bcb11a3b 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -60,22 +60,17 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" #include "stor-layout.h" #include "varasm.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" #include "emit-rtl.h" -#include "hash-table.h" #include "version.h" #include "flags.h" #include "regs.h" @@ -83,7 +78,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "reload.h" #include "output.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -103,7 +97,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "langhooks.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" |