summaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 4ee07a0f3bc..7409a88b6b6 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -744,18 +744,14 @@ 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 \"input.h\"\n");
- printf ("#include \"alias.h\"\n");
- printf ("#include \"symtab.h\"\n");
+ printf ("#include \"backend.h\"\n");
printf ("#include \"tree.h\"\n");
+ printf ("#include \"rtl.h\"\n");
+ printf ("#include \"alias.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 \"hard-reg-set.h\"\n");
- printf ("#include \"function.h\"\n");
printf ("#include \"flags.h\"\n");
printf ("#include \"insn-config.h\"\n");
printf ("#include \"expmed.h\"\n");
@@ -769,15 +765,13 @@ from the machine description file `md'. */\n\n");
printf ("#include \"dfp.h\"\n");
printf ("#include \"output.h\"\n");
printf ("#include \"recog.h\"\n");
- printf ("#include \"predict.h\"\n");
- printf ("#include \"basic-block.h\"\n");
+ printf ("#include \"df.h\"\n");
printf ("#include \"resource.h\"\n");
printf ("#include \"reload.h\"\n");
printf ("#include \"diagnostic-core.h\"\n");
printf ("#include \"regs.h\"\n");
printf ("#include \"tm-constrs.h\"\n");
printf ("#include \"ggc.h\"\n");
- printf ("#include \"basic-block.h\"\n");
printf ("#include \"dumpfile.h\"\n");
printf ("#include \"target.h\"\n\n");
printf ("#define FAIL return (end_sequence (), _val)\n");