aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.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/lto-streamer-in.c
parent903f5c23c82a305a253b65883c338ea77160e2bc (diff)
downloadgcc-48d859bb420e2f7ac0bf7966bd43c15330c64dbc.zip
gcc-48d859bb420e2f7ac0bf7966bd43c15330c64dbc.tar.gz
gcc-48d859bb420e2f7ac0bf7966bd43c15330c64dbc.tar.bz2
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/lto-streamer-in.c')
-rw-r--r--gcc/lto-streamer-in.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c
index a9e31b1..a56d3f3 100644
--- a/gcc/lto-streamer-in.c
+++ b/gcc/lto-streamer-in.c
@@ -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"