aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.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
commit73cfeaf45bc0da07875b63d3a647305de055b93c (patch)
tree3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/tree-profile.c
parent3cabea7bed3beaea5289d71131c500b3c53f669c (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@188068 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r--gcc/tree-profile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c
index 4136821bca6..2c0bbafb761 100644
--- a/gcc/tree-profile.c
+++ b/gcc/tree-profile.c
@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "flags.h"
-#include "regs.h"
#include "function.h"
#include "basic-block.h"
#include "diagnostic-core.h"