diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index b914e85f863..18d8b5e7885 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -363,28 +363,19 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"coretypes.h\"\n"); - printf ("#include \"tm.h\"\n"); + printf ("#include \"backend.h\"\n"); + printf ("#include \"tree.h\"\n"); + printf ("#include \"rtl.h\"\n"); printf ("#include \"insn-config.h\"\n"); - printf ("#include \"hash-set.h\"\n"); - printf ("#include \"machmode.h\"\n"); - printf ("#include \"vec.h\"\n"); - printf ("#include \"double-int.h\"\n"); - printf ("#include \"input.h\"\n"); printf ("#include \"alias.h\"\n"); - printf ("#include \"symtab.h\"\n"); - printf ("#include \"wide-int.h\"\n"); - printf ("#include \"inchash.h\"\n"); - printf ("#include \"tree.h\"\n"); printf ("#include \"varasm.h\"\n"); printf ("#include \"stor-layout.h\"\n"); printf ("#include \"calls.h\"\n"); - printf ("#include \"rtl.h\"\n"); printf ("#include \"tm_p.h\"\n"); printf ("#include \"regs.h\"\n"); printf ("#include \"output.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"except.h\"\n"); - printf ("#include \"function.h\"\n"); printf ("#include \"diagnostic-core.h\"\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"tm-constrs.h\"\n\n"); |