summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-09 01:34:40 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-09 01:34:40 +0000
commitc18cb81873e0a6af51aa202e967b242e95c8ff2e (patch)
tree2e061f74a786e9b9af44ee0043310637464b8c03 /gcc/genautomata.c
parentcf8d8c63c48f6c7429c2852c94aaefa7f595eae4 (diff)
downloadgcc-c18cb81873e0a6af51aa202e967b242e95c8ff2e.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index 91516f81335..da7ec65e40c 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -9559,7 +9559,7 @@ main (int argc, char **argv)
"#include \"regs.h\"\n"
"#include \"output.h\"\n"
"#include \"insn-attr.h\"\n"
- "#include \"toplev.h\"\n"
+ "#include \"diagnostic-core.h\"\n"
"#include \"flags.h\"\n"
"#include \"function.h\"\n"
"#include \"emit-rtl.h\"\n");