diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index 9a4c6a61539..4b553540565 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -1523,37 +1523,19 @@ write_insn_preds_c (void) #include \"config.h\"\n\ #include \"system.h\"\n\ #include \"coretypes.h\"\n\ -#include \"tm.h\"\n\ +#include \"backend.h\"\n\ +#include \"tree.h\"\n\ #include \"rtl.h\"\n\ -#include \"hash-set.h\"\n\ -#include \"machmode.h\"\n\ -#include \"hash-map.h\"\n\ -#include \"vec.h\"\n\ -#include \"double-int.h\"\n\ -#include \"input.h\"\n\ #include \"alias.h\"\n\ -#include \"symtab.h\"\n\ -#include \"wide-int.h\"\n\ -#include \"inchash.h\"\n\ -#include \"tree.h\"\n\ #include \"varasm.h\"\n\ #include \"stor-layout.h\"\n\ #include \"calls.h\"\n\ #include \"tm_p.h\"\n\ -#include \"hashtab.h\"\n\ -#include \"hash-set.h\"\n\ -#include \"vec.h\"\n\ -#include \"machmode.h\"\n\ -#include \"hard-reg-set.h\"\n\ -#include \"input.h\"\n\ -#include \"function.h\"\n\ #include \"insn-config.h\"\n\ #include \"recog.h\"\n\ #include \"output.h\"\n\ #include \"flags.h\"\n\ -#include \"hard-reg-set.h\"\n\ -#include \"predict.h\"\n\ -#include \"basic-block.h\"\n\ +#include \"df.h\"\n\ #include \"resource.h\"\n\ #include \"diagnostic-core.h\"\n\ #include \"reload.h\"\n\ |