diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 47d12505ed3..bcd9f72a194 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -24,12 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "diagnostic-core.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 "tm_p.h" @@ -37,8 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "hard-reg-set.h" #include "function.h" -#include "hashtab.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -51,7 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-codes.h" #include "optabs.h" #include "libfuncs.h" -#include "ggc.h" #include "recog.h" #include "langhooks.h" #include "target.h" |