diff options
Diffstat (limited to 'gcc/config/h8300/h8300.c')
-rw-r--r-- | gcc/config/h8300/h8300.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index f5fccc6af49..b517f480040 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -24,12 +24,9 @@ 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 "stor-layout.h" #include "varasm.h" @@ -43,9 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "flags.h" #include "recog.h" -#include "hashtab.h" #include "function.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -58,7 +53,6 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-pragma.h" /* ??? */ #include "tm_p.h" #include "tm-constrs.h" -#include "ggc.h" #include "target.h" #include "target-def.h" #include "dominance.h" |