summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 16:43:31 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 16:43:31 +0000
commit0f2461978ad48e198ae1ebd0db9bb57bae3ae83e (patch)
tree3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/toplev.c
parent7da94a4fe632c5a002821b2303dcc301d2adc4c8 (diff)
downloadgcc-0f2461978ad48e198ae1ebd0db9bb57bae3ae83e.tar.gz
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188068 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 0bdb21872a7..3f5e61be672 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -63,8 +63,7 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "common/common-target.h"
#include "langhooks.h"
-#include "cfglayout.h"
-#include "cfgloop.h"
+#include "cfgloop.h" /* for init_set_costs */
#include "hosthooks.h"
#include "cgraph.h"
#include "opts.h"