From 79a3f089cc926c3355c93a3f01db1f02ba7a9e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Fri, 9 Jul 2010 01:34:40 +0000 Subject: genrecog.c: Include diagnostic-core.h before toplev.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2010-07-09 Manuel López-Ibáñez * 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 --- gcc/genpeep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genpeep.c') diff --git a/gcc/genpeep.c b/gcc/genpeep.c index b129f94..77d14b8 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -376,6 +376,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"except.h\"\n"); printf ("#include \"function.h\"\n"); + printf ("#include \"diagnostic-core.h\"\n"); printf ("#include \"toplev.h\"\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"tm-constrs.h\"\n\n"); -- cgit v1.1