diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-05-31 16:43:31 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-05-31 16:43:31 +0000 |
commit | 6f4185d7863f05abadb10550b26eb659a2b1eace (patch) | |
tree | 3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/cgraphclones.c | |
parent | 5be35a6121448a5692041a94b1caa7c710ef6f11 (diff) | |
download | gcc-6f4185d7863f05abadb10550b26eb659a2b1eace.tar.gz |
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/cgraphclones.c')
-rw-r--r-- | gcc/cgraphclones.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 7a6fb642413..cd2a7dbb107 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -96,7 +96,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-pretty-print.h" #include "output.h" #include "coverage.h" -#include "plugin.h" #include "ipa-inline.h" #include "ipa-utils.h" #include "lto-streamer.h" |