Commit 48d859bb by Andrew MacLeod Committed by Andrew Macleod

gimple-pretty-print.h: Don't include pretty-print.h.



	* gimple-pretty-print.h: Don't include pretty-print.h.
	* tree-streamer.h: Don't include lto-streamer.h.
	* gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
	* gimple-streamer-in.c: Remove redundant includes.
	* gimple-streamer-out.c: Likewise.
	* ipa-devirt.c: Likewise.
	* ipa-icf.c: Likewise.
	* ipa-inline-analysis.c: Likewise.
	* ipa-polymorphic-call.c: Likewise.
	* ipa-profile.c: Likewise.
	* ipa-prop.c: Likewise.
	* ipa-pure-const.c: Likewise.
	* lto-cgraph.c: Likewise.
	* lto-streamer-in.c: Likewise.
	* lto-streamer-out.c: Likewise.
	* lto-streamer.c: Likewise.
	* tree-streamer-in.c: Likewise.
	* tree-streamer-out.c: Likewise.
	* tree-streamer.c: Likewise.
	* lto/lto.c: Remove redundant includes.

From-SVN: r225847
parent 903f5c23
2015-07-15 Andrew MacLeod <amacleod@redhat.com> 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
* gimple-pretty-print.h: Don't include pretty-print.h.
* tree-streamer.h: Don't include lto-streamer.h.
* gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
* gimple-streamer-in.c: Remove redundant includes.
* gimple-streamer-out.c: Likewise.
* ipa-devirt.c: Likewise.
* ipa-icf.c: Likewise.
* ipa-inline-analysis.c: Likewise.
* ipa-polymorphic-call.c: Likewise.
* ipa-profile.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-pure-const.c: Likewise.
* lto-cgraph.c: Likewise.
* lto-streamer-in.c: Likewise.
* lto-streamer-out.c: Likewise.
* lto-streamer.c: Likewise.
* tree-streamer-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* tree-streamer.c: Likewise.
2015-07-15 Andrew MacLeod <amacleod@redhat.com>
* opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
include input.h. include input.h.
* opts.c: Remove multiline #include comment. * opts.c: Remove multiline #include comment.
......
...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_GIMPLE_PRETTY_PRINT_H #ifndef GCC_GIMPLE_PRETTY_PRINT_H
#define GCC_GIMPLE_PRETTY_PRINT_H #define GCC_GIMPLE_PRETTY_PRINT_H
#include "pretty-print.h"
#include "tree-pretty-print.h" #include "tree-pretty-print.h"
/* In gimple-pretty-print.c */ /* In gimple-pretty-print.c */
......
...@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-eh.h" #include "tree-eh.h"
#include "gimple-iterator.h" #include "gimple-iterator.h"
#include "cgraph.h" #include "cgraph.h"
#include "data-streamer.h"
#include "tree-streamer.h"
#include "gimple-streamer.h" #include "gimple-streamer.h"
#include "value-prof.h" #include "value-prof.h"
......
...@@ -34,10 +34,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -34,10 +34,7 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-iterator.h" #include "gimple-iterator.h"
#include "gimple-ssa.h" #include "gimple-ssa.h"
#include "cgraph.h" #include "cgraph.h"
#include "data-streamer.h"
#include "gimple-streamer.h" #include "gimple-streamer.h"
#include "lto-streamer.h"
#include "tree-streamer.h"
#include "value-prof.h" #include "value-prof.h"
/* Output PHI function PHI to the main stream in OB. */ /* Output PHI function PHI to the main stream in OB. */
......
...@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_GIMPLE_STREAMER_H #ifndef GCC_GIMPLE_STREAMER_H
#define GCC_GIMPLE_STREAMER_H #define GCC_GIMPLE_STREAMER_H
#include "lto-streamer.h" #include "tree-streamer.h"
/* In gimple-streamer-in.c */ /* In gimple-streamer-in.c */
void input_bb (struct lto_input_block *, enum LTO_tags, struct data_in *, void input_bb (struct lto_input_block *, enum LTO_tags, struct data_in *,
......
...@@ -128,7 +128,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -128,7 +128,6 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h" #include "expr.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "target.h" #include "target.h"
#include "tree-pretty-print.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "internal-fn.h" #include "internal-fn.h"
#include "gimple-fold.h" #include "gimple-fold.h"
...@@ -143,7 +142,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -143,7 +142,6 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-pretty-print.h" #include "gimple-pretty-print.h"
#include "stor-layout.h" #include "stor-layout.h"
#include "intl.h" #include "intl.h"
#include "streamer-hooks.h"
#include "lto-streamer.h" #include "lto-streamer.h"
/* Hash based set of pairs of types. */ /* Hash based set of pairs of types. */
......
...@@ -90,7 +90,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -90,7 +90,6 @@ along with GCC; see the file COPYING3. If not see
#include "attribs.h" #include "attribs.h"
#include "print-tree.h" #include "print-tree.h"
#include "target.h" #include "target.h"
#include "lto-streamer.h"
#include "data-streamer.h" #include "data-streamer.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "ipa-icf-gimple.h" #include "ipa-icf-gimple.h"
......
...@@ -94,8 +94,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -94,8 +94,6 @@ along with GCC; see the file COPYING3. If not see
#include "alloc-pool.h" #include "alloc-pool.h"
#include "symbol-summary.h" #include "symbol-summary.h"
#include "ipa-prop.h" #include "ipa-prop.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "ipa-inline.h" #include "ipa-inline.h"
#include "cfgloop.h" #include "cfgloop.h"
......
...@@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h" #include "expr.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "target.h" #include "target.h"
#include "tree-pretty-print.h"
#include "cgraph.h" #include "cgraph.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "internal-fn.h" #include "internal-fn.h"
...@@ -57,7 +56,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -57,7 +56,6 @@ along with GCC; see the file COPYING3. If not see
#include "stor-layout.h" #include "stor-layout.h"
#include "intl.h" #include "intl.h"
#include "data-streamer.h" #include "data-streamer.h"
#include "lto-streamer.h"
#include "streamer-hooks.h" #include "streamer-hooks.h"
#include "tree-ssa-operands.h" #include "tree-ssa-operands.h"
#include "tree-into-ssa.h" #include "tree-into-ssa.h"
......
...@@ -67,7 +67,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -67,7 +67,6 @@ along with GCC; see the file COPYING3. If not see
#include "value-prof.h" #include "value-prof.h"
#include "alloc-pool.h" #include "alloc-pool.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "lto-streamer.h"
#include "data-streamer.h" #include "data-streamer.h"
#include "symbol-summary.h" #include "symbol-summary.h"
#include "ipa-prop.h" #include "ipa-prop.h"
......
...@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3. If not see
#include "ipa-inline.h" #include "ipa-inline.h"
#include "diagnostic.h" #include "diagnostic.h"
#include "gimple-pretty-print.h" #include "gimple-pretty-print.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "params.h" #include "params.h"
#include "ipa-utils.h" #include "ipa-utils.h"
......
...@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-pretty-print.h" #include "gimple-pretty-print.h"
#include "langhooks.h" #include "langhooks.h"
#include "target.h" #include "target.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "cfgloop.h" #include "cfgloop.h"
#include "tree-scalar-evolution.h" #include "tree-scalar-evolution.h"
......
...@@ -48,8 +48,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -48,8 +48,6 @@ along with GCC; see the file COPYING3. If not see
#include "except.h" #include "except.h"
#include "timevar.h" #include "timevar.h"
#include "cgraph.h" #include "cgraph.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "gcov-io.h" #include "gcov-io.h"
#include "tree-pass.h" #include "tree-pass.h"
......
...@@ -56,11 +56,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -56,11 +56,7 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h" #include "cgraph.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "target.h" #include "target.h"
#include "data-streamer.h"
#include "gimple-streamer.h" #include "gimple-streamer.h"
#include "lto-streamer.h"
#include "tree-streamer.h"
#include "streamer-hooks.h"
#include "cfgloop.h" #include "cfgloop.h"
......
...@@ -50,11 +50,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -50,11 +50,7 @@ along with GCC; see the file COPYING3. If not see
#include "lto-symtab.h" #include "lto-symtab.h"
#include "cgraph.h" #include "cgraph.h"
#include "target.h" #include "target.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "gimple-streamer.h" #include "gimple-streamer.h"
#include "tree-streamer.h"
#include "streamer-hooks.h"
#include "cfgloop.h" #include "cfgloop.h"
#include "builtins.h" #include "builtins.h"
#include "gomp-constants.h" #include "gomp-constants.h"
......
...@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-streamer.h" #include "tree-streamer.h"
#include "lto-streamer.h" #include "lto-streamer.h"
#include "lto-section-names.h" #include "lto-section-names.h"
#include "streamer-hooks.h"
/* Statistics gathered during LTO, WPA and LTRANS. */ /* Statistics gathered during LTO, WPA and LTRANS. */
struct lto_stats_d lto_stats; struct lto_stats_d lto_stats;
......
2015-07-15 Andrew MacLeod <amacleod@redhat.com>
* lto.c: Remove redundant includes.
2015-07-12 Aldy Hernandez <aldyh@redhat.com> 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
* lto-lang.c: Fix double word typos. * lto-lang.c: Fix double word typos.
......
...@@ -48,12 +48,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -48,12 +48,10 @@ along with GCC; see the file COPYING3. If not see
#include "internal-fn.h" #include "internal-fn.h"
#include "lto.h" #include "lto.h"
#include "lto-tree.h" #include "lto-tree.h"
#include "lto-streamer.h"
#include "lto-section-names.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "lto-section-names.h"
#include "splay-tree.h" #include "splay-tree.h"
#include "lto-partition.h" #include "lto-partition.h"
#include "data-streamer.h"
#include "context.h" #include "context.h"
#include "pass_manager.h" #include "pass_manager.h"
#include "ipa-inline.h" #include "ipa-inline.h"
......
...@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h" #include "cgraph.h"
#include "target.h" #include "target.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "data-streamer.h"
#include "streamer-hooks.h"
#include "builtins.h" #include "builtins.h"
#include "ipa-chkp.h" #include "ipa-chkp.h"
#include "gomp-constants.h" #include "gomp-constants.h"
......
...@@ -34,8 +34,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -34,8 +34,6 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h" #include "cgraph.h"
#include "target.h" #include "target.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "data-streamer.h"
#include "streamer-hooks.h"
#include "gomp-constants.h" #include "gomp-constants.h"
......
...@@ -31,9 +31,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -31,9 +31,8 @@ along with GCC; see the file COPYING3. If not see
#include "options.h" #include "options.h"
#include "fold-const.h" #include "fold-const.h"
#include "internal-fn.h" #include "internal-fn.h"
#include "streamer-hooks.h"
#include "cgraph.h"
#include "tree-streamer.h" #include "tree-streamer.h"
#include "cgraph.h"
/* Table indexed by machine_mode, used for 2 different purposes. /* Table indexed by machine_mode, used for 2 different purposes.
During streaming out we record there non-zero value for all modes During streaming out we record there non-zero value for all modes
......
...@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see
#define GCC_TREE_STREAMER_H #define GCC_TREE_STREAMER_H
#include "streamer-hooks.h" #include "streamer-hooks.h"
#include "lto-streamer.h"
#include "data-streamer.h" #include "data-streamer.h"
/* Cache of pickled nodes. Used to avoid writing the same node more /* Cache of pickled nodes. Used to avoid writing the same node more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment