diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index 3b802c3..896f7af 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -9675,6 +9675,15 @@ main (int argc, char **argv) "#include \"system.h\"\n" "#include \"coretypes.h\"\n" "#include \"tm.h\"\n" + "#include \"hash-set.h\"\n" + "#include \"machmode.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" |