diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-07-09 14:24:20 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-07-09 14:24:20 +0000 |
commit | f51ade332ab18b527d3d0908130416edb331e14a (patch) | |
tree | bd5bc34aff65a87e17892434ab21222faf047a27 /gcc/ipa-reference.c | |
parent | 44fc0a5136eea2fb4eb7d46a8065ee518f6eb575 (diff) | |
download | gcc-f51ade332ab18b527d3d0908130416edb331e14a.zip gcc-f51ade332ab18b527d3d0908130416edb331e14a.tar.gz gcc-f51ade332ab18b527d3d0908130416edb331e14a.tar.bz2 |
lto-streamer.h: Don't include target.h and alloc-pool.h.
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* lto-streamer.h: Don't include target.h and alloc-pool.h.
* builtins.c: Adjust includes.
* gimple.c: Likewise.
* ipa-icf.c: Likewise.
* lto-opts.c: Likewise.
* ipa-reference.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer-in.c: Likewise.
* lto-streamer-out.c: Likewise.
* opts-global.c: Likewise.
* symtab.c: Likewise.
* tree-chkp.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-streamer-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* config/darwin.c: Likewise.
* config/i386/winnt.c: Likewise.
cp
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* cp-ubsan.c: Don't include alloc-pool.h or lto-streamer.h.
lto
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* lto-lang.c: Adjust includes of target.h, alloc-pool.h and
lto-streamer.h.
* lto-object.c: Likewise.
* lto-partition.c: Likewise.
* lto-symtab.c: Likewise.
From-SVN: r225612
Diffstat (limited to 'gcc/ipa-reference.c')
-rw-r--r-- | gcc/ipa-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 465a74b..c00fca3 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -57,7 +57,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "diagnostic.h" #include "data-streamer.h" -#include "lto-streamer.h" static void remove_node_data (struct cgraph_node *node, void *data ATTRIBUTE_UNUSED); |