diff options
author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-13 21:39:03 +0000 |
---|---|---|
committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-13 21:39:03 +0000 |
commit | 98086938aeb452264996db0a58ca3ce21249cf79 (patch) | |
tree | 279cae0c44bf068463c1829be67c85892298b10d /gcc/target-globals.c | |
parent | 1b8f805070dac6e172c534c6bde8546d8938795d (diff) | |
download | gcc-98086938aeb452264996db0a58ca3ce21249cf79.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target-globals.c')
-rw-r--r-- | gcc/target-globals.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/target-globals.c b/gcc/target-globals.c index 8bc44ca1310..654a059a3fc 100644 --- a/gcc/target-globals.c +++ b/gcc/target-globals.c @@ -44,13 +44,11 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "ira.h" #include "alloc-pool.h" -#include "recog.h" #include "ira-int.h" #include "builtins.h" #include "gcse.h" #include "bb-reorder.h" #include "lower-subreg.h" -#include "recog.h" #if SWITCHABLE_TARGET struct target_globals default_target_globals = { |