gimple-pretty-print.h: Don't include pretty-print.h.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 15 Jul 2015 19:57:03 +0000 (19:57 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 15 Jul 2015 19:57:03 +0000 (19:57 +0000)
* 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

22 files changed:
gcc/ChangeLog
gcc/gimple-pretty-print.h
gcc/gimple-streamer-in.c
gcc/gimple-streamer-out.c
gcc/gimple-streamer.h
gcc/ipa-devirt.c
gcc/ipa-icf.c
gcc/ipa-inline-analysis.c
gcc/ipa-polymorphic-call.c
gcc/ipa-profile.c
gcc/ipa-prop.c
gcc/ipa-pure-const.c
gcc/lto-cgraph.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/lto-streamer.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree-streamer.c
gcc/tree-streamer.h

index 6186f5b3c3e3d036226a10d3655626d4749c5cfe..583309f42da6173e93e468cb304d519793bff99a 100644 (file)
@@ -1,3 +1,25 @@
+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
index 883a7a3a50cfbe8b38ce343d8f0049b7ea70c725..587e5370434b8cc9d3667b7fd965c30affefdd58 100644 (file)
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_PRETTY_PRINT_H
 #define GCC_GIMPLE_PRETTY_PRINT_H
 
-#include "pretty-print.h"
 #include "tree-pretty-print.h"
 
 /* In gimple-pretty-print.c  */
index 33a5148011e5a733547708ba61bf83704a88f5a3..9659822c2675068f28bb0adfc0ddf98fb72170a9 100644 (file)
@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-eh.h"
 #include "gimple-iterator.h"
 #include "cgraph.h"
-#include "data-streamer.h"
-#include "tree-streamer.h"
 #include "gimple-streamer.h"
 #include "value-prof.h"
 
index aa50e553753e847af4b099952819f3cd2c8a3e5b..e5a48af7385b3674cef7ab2074abd90fc9dbfb47 100644 (file)
@@ -34,10 +34,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
 #include "cgraph.h"
-#include "data-streamer.h"
 #include "gimple-streamer.h"
-#include "lto-streamer.h"
-#include "tree-streamer.h"
 #include "value-prof.h"
 
 /* Output PHI function PHI to the main stream in OB.  */
index d77f33d10613dfeeb9f2e9640ee81127b6ed7766..4cb8a5f403ed230ba10eb8872474696e072d2815 100644 (file)
@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_STREAMER_H
 #define GCC_GIMPLE_STREAMER_H
 
-#include "lto-streamer.h"
+#include "tree-streamer.h"
 
 /* In gimple-streamer-in.c  */
 void input_bb (struct lto_input_block *, enum LTO_tags, struct data_in *,
index 49cb65b0d19fbc98512225946f9b1ceafc0f81a6..b7afc3bedadc4842e050042f82c91af60a0aca78 100644 (file)
@@ -128,7 +128,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "expr.h"
 #include "tree-pass.h"
 #include "target.h"
-#include "tree-pretty-print.h"
 #include "ipa-utils.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
@@ -143,7 +142,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-pretty-print.h"
 #include "stor-layout.h"
 #include "intl.h"
-#include "streamer-hooks.h"
 #include "lto-streamer.h"
 
 /* Hash based set of pairs of types.  */
index 13a93200f80c9fbd777779bd09298f176f1b73a4..3597b3a185ef14c97ffa3456bcec416e4fbd2892 100644 (file)
@@ -90,7 +90,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "attribs.h"
 #include "print-tree.h"
 #include "target.h"
-#include "lto-streamer.h"
 #include "data-streamer.h"
 #include "ipa-utils.h"
 #include "ipa-icf-gimple.h"
index 81a6860f1146b03b6e04422ad09c024241f5bed2..0c137d828042514e5fe364c2119bbc62a0e7888d 100644 (file)
@@ -94,8 +94,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "alloc-pool.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
-#include "lto-streamer.h"
-#include "data-streamer.h"
 #include "tree-streamer.h"
 #include "ipa-inline.h"
 #include "cfgloop.h"
index 458e1e93246802ca74e2b49cc43fe24ea1423809..fd3fb196886a65b022704d64117a03c8b2b20e99 100644 (file)
@@ -40,7 +40,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "expr.h"
 #include "tree-pass.h"
 #include "target.h"
-#include "tree-pretty-print.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "internal-fn.h"
@@ -57,7 +56,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "stor-layout.h"
 #include "intl.h"
 #include "data-streamer.h"
-#include "lto-streamer.h"
 #include "streamer-hooks.h"
 #include "tree-ssa-operands.h"
 #include "tree-into-ssa.h"
index 82912669321839827bf8e31e8b3026406337535f..3b99687be006bfab060be111256ba257eb87417b 100644 (file)
@@ -67,7 +67,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "value-prof.h"
 #include "alloc-pool.h"
 #include "tree-inline.h"
-#include "lto-streamer.h"
 #include "data-streamer.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
index 615f749f8fdcc0ea22a14cf91197682c2cdc40ff..77fc6b500a039030de034e3f4e94a6a1f6ba59ec 100644 (file)
@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "ipa-inline.h"
 #include "diagnostic.h"
 #include "gimple-pretty-print.h"
-#include "lto-streamer.h"
-#include "data-streamer.h"
 #include "tree-streamer.h"
 #include "params.h"
 #include "ipa-utils.h"
index f0373e65d8f53ffd8130821acb38e80a8c663077..8fd8c365bb4df5c1422de08d2891ca9429b94b9c 100644 (file)
@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-pretty-print.h"
 #include "langhooks.h"
 #include "target.h"
-#include "lto-streamer.h"
-#include "data-streamer.h"
 #include "tree-streamer.h"
 #include "cfgloop.h"
 #include "tree-scalar-evolution.h"
index f700b0ce16d7626521992b96673f27ed76acc517..d70537dbd0757bd179d41fd23f4872b5ae900cc9 100644 (file)
@@ -48,8 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "timevar.h"
 #include "cgraph.h"
-#include "lto-streamer.h"
-#include "data-streamer.h"
 #include "tree-streamer.h"
 #include "gcov-io.h"
 #include "tree-pass.h"
index a9e31b1284c7ccd7b3a13541d590836112004312..a56d3f3f8f4859eccf3828278f5f989cccafcb32 100644 (file)
@@ -56,11 +56,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "target.h"
-#include "data-streamer.h"
 #include "gimple-streamer.h"
-#include "lto-streamer.h"
-#include "tree-streamer.h"
-#include "streamer-hooks.h"
 #include "cfgloop.h"
 
 
index 8dcfcf57c5953d03f471bd59d2a7a622e8530263..2d048e81b30f87c107346d2e38549b78d46fb9a3 100644 (file)
@@ -50,11 +50,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "lto-symtab.h"
 #include "cgraph.h"
 #include "target.h"
-#include "lto-streamer.h"
-#include "data-streamer.h"
 #include "gimple-streamer.h"
-#include "tree-streamer.h"
-#include "streamer-hooks.h"
 #include "cfgloop.h"
 #include "builtins.h"
 #include "gomp-constants.h"
index 57e6ea55ccdd005dbee1789f04772a5a7ccd3736..b34ab8bc01ac5ff3647846ccbb09abe78ef2994b 100644 (file)
@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-streamer.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
-#include "streamer-hooks.h"
 
 /* Statistics gathered during LTO, WPA and LTRANS.  */
 struct lto_stats_d lto_stats;
index 97f12f681cd70e12e19078009226c39cdd5aacd0..bce03464fec948145aaeb645e0f29b31676ebeaf 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
+
+       * lto.c: Remove redundant includes.
+
 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
 
        * lto-lang.c: Fix double word typos.
index 2d80ffec61a897b3fd8a8070141e53326fa43dda..7ec4c08a39ee0d5cb6f482fac9ebe09eb47f39a2 100644 (file)
@@ -48,12 +48,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "lto.h"
 #include "lto-tree.h"
-#include "lto-streamer.h"
-#include "lto-section-names.h"
 #include "tree-streamer.h"
+#include "lto-section-names.h"
 #include "splay-tree.h"
 #include "lto-partition.h"
-#include "data-streamer.h"
 #include "context.h"
 #include "pass_manager.h"
 #include "ipa-inline.h"
index 14ecfbedbddd5314fbbff37435268ff8cbebe027..6a213370f1375d18bd8d3d445aa6ac0088be4c3c 100644 (file)
@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "target.h"
 #include "tree-streamer.h"
-#include "data-streamer.h"
-#include "streamer-hooks.h"
 #include "builtins.h"
 #include "ipa-chkp.h"
 #include "gomp-constants.h"
index a0c46652c348b45a7143145a741e58a7bc56c845..5b263d7e57b2c779cc22e66cda0686f3d0dc8024 100644 (file)
@@ -34,8 +34,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "target.h"
 #include "tree-streamer.h"
-#include "data-streamer.h"
-#include "streamer-hooks.h"
 #include "gomp-constants.h"
 
 
index c66e1743106d72e918b0025c8fbbea00d8401ecc..fe9a8c938c47fb8e8ebff324214e5068b8aa23e5 100644 (file)
@@ -31,9 +31,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "options.h"
 #include "fold-const.h"
 #include "internal-fn.h"
-#include "streamer-hooks.h"
-#include "cgraph.h"
 #include "tree-streamer.h"
+#include "cgraph.h"
 
 /* Table indexed by machine_mode, used for 2 different purposes.
    During streaming out we record there non-zero value for all modes
index fdd86664f29d78c358be3ec7df55bd7ebebafb00..4e95a73a7d0cfb92f24b891afad51911953fa1a4 100644 (file)
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #define GCC_TREE_STREAMER_H
 
 #include "streamer-hooks.h"
-#include "lto-streamer.h"
 #include "data-streamer.h"
 
 /* Cache of pickled nodes.  Used to avoid writing the same node more