diff options
Diffstat (limited to 'gcc/cfgloopanal.c')
-rw-r--r-- | gcc/cfgloopanal.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cfgloopanal.c b/gcc/cfgloopanal.c index 35c1e8d..21ba9f4 100644 --- a/gcc/cfgloopanal.c +++ b/gcc/cfgloopanal.c @@ -28,7 +28,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" @@ -38,11 +37,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" |