diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 2213b2e..4976604 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -4920,8 +4920,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"regs.h\"\n"); printf ("#include \"output.h\"\n"); - printf ("#include \"diagnostic-core.h\"\n" - "#include \"toplev.h\"\n"); + printf ("#include \"diagnostic-core.h\"\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"function.h\"\n"); printf ("\n"); |