summaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-07-15 19:57:03 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-07-15 19:57:03 +0000
commit48d859bb420e2f7ac0bf7966bd43c15330c64dbc (patch)
tree861e376a4e27a943b4edc7c205501abfab793ba8 /gcc/ipa-icf.c
parent903f5c23c82a305a253b65883c338ea77160e2bc (diff)
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
Diffstat (limited to 'gcc/ipa-icf.c')
-rw-r--r--gcc/ipa-icf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c
index 13a93200f80..3597b3a185e 100644
--- a/gcc/ipa-icf.c
+++ b/gcc/ipa-icf.c
@@ -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"