diff options
Diffstat (limited to 'gcc/config/moxie/moxie.c')
-rw-r--r-- | gcc/config/moxie/moxie.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/moxie/moxie.c b/gcc/config/moxie/moxie.c index e19daff8afc..7402db337ea 100644 --- a/gcc/config/moxie/moxie.c +++ b/gcc/config/moxie/moxie.c @@ -35,19 +35,14 @@ #include "reload.h" #include "diagnostic-core.h" #include "obstack.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" #include "calls.h" -#include "hashtab.h" #include "function.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -57,7 +52,6 @@ #include "insn-codes.h" #include "optabs.h" #include "except.h" -#include "ggc.h" #include "target.h" #include "target-def.h" #include "tm_p.h" |