diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index 9133eb75d40..ad356ba032f 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -37,11 +37,20 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "flags.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "insn-config.h" #include "insn-attr.h" /* 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" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "insn-codes.h" #include "optabs.h" |