aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-05-31 16:43:31 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-05-31 16:43:31 +0000
commit6f4185d7863f05abadb10550b26eb659a2b1eace (patch)
tree3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/reg-stack.c
parent5be35a6121448a5692041a94b1caa7c710ef6f11 (diff)
downloadgcc-6f4185d7863f05abadb10550b26eb659a2b1eace.zip
gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.tar.gz
gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.tar.bz2
Makefile.in: Fix many dependencies.
* Makefile.in: Fix many dependencies. * tree-profile.c: Don't include regs.h. * tree-vectorizer.c: Don't include cfglayout.h. * tree-vect-stmts.c: Likewise. * tree-vect-slp.c: Likewise. * tree-vect-loop.c: Likewise. * reg-stack.c: Likewise. * tree-ssa-loop-manip.c: Likewise. * toplev.c: Likewise. * varasm.c: Don't include cfglayout.h, basic-block.h, and tree-iterator.h. * tree-cfgcleanup.c: Don't include cfglayout.h. * passes.c: Don't include cfglayout.h, dwarf2asm.h, dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h. * cgraphclones.c: Don't include plugin.h. From-SVN: r188068
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index ce29fdc..6278708 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -166,7 +166,6 @@
#include "recog.h"
#include "output.h"
#include "basic-block.h"
-#include "cfglayout.h"
#include "reload.h"
#include "ggc.h"
#include "timevar.h"