diff options
Diffstat (limited to 'gcc/config/stormy16/stormy16.c')
-rw-r--r-- | gcc/config/stormy16/stormy16.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index 3de727f9a4c..beb5a1339ee 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -34,21 +34,16 @@ #include "recog.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 "fold-const.h" #include "stringpool.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" @@ -62,8 +57,6 @@ #include "target-def.h" #include "tm_p.h" #include "langhooks.h" -#include "hash-table.h" -#include "ggc.h" #include "predict.h" #include "dominance.h" #include "cfg.h" |