diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 138f5cf..48b5065 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -70,12 +70,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.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 "varasm.h" @@ -90,16 +87,13 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "toplev.h" #include "tm_p.h" -#include "ggc.h" #include "debug.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" #include "target.h" #include "common/common-target.h" #include "langhooks.h" #include "obstack.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -107,7 +101,6 @@ along with GCC; see the file COPYING3. If not see #include "emit-rtl.h" #include "stmt.h" #include "expr.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" |