diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-07-09 01:34:40 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-07-09 01:34:40 +0000 |
commit | 79a3f089cc926c3355c93a3f01db1f02ba7a9e04 (patch) | |
tree | 2e061f74a786e9b9af44ee0043310637464b8c03 /gcc/genoutput.c | |
parent | 2188fc59636112522cba28b7f3712db33bcfa940 (diff) | |
download | gcc-79a3f089cc926c3355c93a3f01db1f02ba7a9e04.tar.gz |
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
* genrecog.c: Include diagnostic-core.h before toplev.h.
* genoutput.c: Likewise.
* genextract.c: Likewise.
* genautomata.c: Likewise.
* genemit.c: Likewise.
* genpeep.c: Likewise.
* genattrtab.c: Likewise.
* genconditions.c: Likewise.
* genpreds.c: Likewise.
From-SVN: r161983
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index a5d6a128379..e138fcd4c29 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -240,6 +240,7 @@ output_prologue (void) printf ("#include \"conditions.h\"\n"); printf ("#include \"insn-attr.h\"\n\n"); printf ("#include \"recog.h\"\n\n"); + printf ("#include \"diagnostic-core.h\"\n"); printf ("#include \"toplev.h\"\n"); printf ("#include \"output.h\"\n"); printf ("#include \"target.h\"\n"); |