From 0ed4b0bf3d2ca248778a2ffbcb2c5cafbfdd64dc Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Mon, 16 Feb 2015 20:14:08 -0800 Subject: [PATCH] Remove redundant include of "output.h". gold/ PR gold/17971 * incremental.cc: Remove redundant include of "output.h". --- gold/ChangeLog | 5 +++++ gold/incremental.cc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gold/ChangeLog b/gold/ChangeLog index 555b7bc12c..3c431e9b22 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2015-02-16 Cary Coutant + + PR gold/17971 + * incremental.cc: Remove redundant include of "output.h". + 2015-02-12 Jing Yu * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1, diff --git a/gold/incremental.cc b/gold/incremental.cc index 7bcc5707f3..b4fff11a1b 100644 --- a/gold/incremental.cc +++ b/gold/incremental.cc @@ -33,7 +33,6 @@ #include "incremental.h" #include "archive.h" #include "object.h" -#include "output.h" #include "target-select.h" #include "target.h" #include "fileread.h" -- 2.34.1