summaryrefslogtreecommitdiff
path: root/gcc/ira-lives.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-08-13 21:39:03 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-08-13 21:39:03 +0000
commit68c6cacb78c4cebe1715791e1c04be8a653d5ee7 (patch)
tree279cae0c44bf068463c1829be67c85892298b10d /gcc/ira-lives.c
parent9016329382f7824f7a9f5b7198ff47327797bbdf (diff)
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
Diffstat (limited to 'gcc/ira-lives.c')
-rw-r--r--gcc/ira-lives.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ira-lives.c b/gcc/ira-lives.c
index 011d5136492..9aaa4944e24 100644
--- a/gcc/ira-lives.c
+++ b/gcc/ira-lives.c
@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "except.h"
#include "insn-config.h"
-#include "recog.h"
#include "diagnostic-core.h"
#include "params.h"
#include "sparseset.h"