diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 81603e53e6c..fdd3323a76f 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -55,9 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "hard-reg-set.h" #include "obstack.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" #include "input.h" #include "function.h" #include "dominance.h" @@ -66,9 +63,7 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "symtab.h" #include "flags.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "insn-config.h" #include "expmed.h" @@ -82,7 +77,6 @@ along with GCC; see the file COPYING3. If not see #include "intl.h" #include "diagnostic-core.h" #include "df.h" -#include "hash-table.h" #include "dumpfile.h" #include "rtl-iter.h" |