From 68c6cacb78c4cebe1715791e1c04be8a653d5ee7 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Thu, 13 Aug 2015 21:39:03 +0000 Subject: ira-int.h: Include recog.h. * ira-int.h: Include recog.h. * ira-build.c: Don't include recog.h. * ira-color.c: Likewise. * ira-conflicts.c: Likewise. * ira-costs.c: Likewise. * ira-emit.c: Likewise. * ira-lives.c: Likewise. * ira.c: Likewise. * sched-deps.c: Likewise. * sel-sched.c: Likewise. * target-globals.c: Likewise. From-SVN: r226876 --- gcc/ira.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ira.c') diff --git a/gcc/ira.c b/gcc/ira.c index 23ed1db..79827eb 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -387,7 +387,6 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "stmt.h" #include "expr.h" -#include "recog.h" #include "params.h" #include "tree-pass.h" #include "output.h" -- cgit v1.1