diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 8c3ef7784e6..d718b7c6106 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -58,7 +58,6 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "dominance.h" @@ -68,11 +67,7 @@ along with GCC; see the file COPYING3. If not see #include "symtab.h" #include "flags.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "insn-config.h" |