diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index f3616d793c7..fd3d258ab49 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -24,9 +24,6 @@ #include "rtl.h" #include "regs.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -42,9 +39,7 @@ #include "cfgcleanup.h" #include "basic-block.h" #include "symtab.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "expmed.h" #include "dojump.h" |