diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index d788fe09056..0fedfffcd89 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -23,15 +23,11 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "rtl.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" -#include "real.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" @@ -43,7 +39,6 @@ along with GCC; see the file COPYING3. If not see /* Include expr.h after insn-config.h so we get HAVE_conditional_move. */ #include "hashtab.h" #include "statistics.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |