diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 424cb8808e7..2beb7eea19e 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -5108,16 +5108,10 @@ write_header (FILE *outf) fprintf (outf, "#include \"system.h\"\n"); fprintf (outf, "#include \"coretypes.h\"\n"); fprintf (outf, "#include \"tm.h\"\n"); - fprintf (outf, "#include \"hash-set.h\"\n"); - fprintf (outf, "#include \"machmode.h\"\n"); - fprintf (outf, "#include \"vec.h\"\n"); - fprintf (outf, "#include \"double-int.h\"\n"); fprintf (outf, "#include \"input.h\"\n"); fprintf (outf, "#include \"alias.h\"\n"); fprintf (outf, "#include \"symtab.h\"\n"); fprintf (outf, "#include \"options.h\"\n"); - fprintf (outf, "#include \"wide-int.h\"\n"); - fprintf (outf, "#include \"inchash.h\"\n"); fprintf (outf, "#include \"tree.h\"\n"); fprintf (outf, "#include \"varasm.h\"\n"); fprintf (outf, "#include \"stor-layout.h\"\n"); |