diff options
Diffstat (limited to 'gcc/config/epiphany/epiphany.c')
-rw-r--r-- | gcc/config/epiphany/epiphany.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index c655e326049..ffd687c211b 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -22,12 +22,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 "stor-layout.h" @@ -45,8 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "insn-codes.h" #include "optabs.h" -#include "hashtab.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -69,7 +64,6 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "df.h" #include "langhooks.h" -#include "ggc.h" #include "tm-constrs.h" #include "tree-pass.h" /* for current_pass */ #include "context.h" |