This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove redundant include of "output.h".


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0ed4b0bf3d2ca248778a2ffbcb2c5cafbfdd64dc

commit 0ed4b0bf3d2ca248778a2ffbcb2c5cafbfdd64dc
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Feb 16 20:14:08 2015 -0800

    Remove redundant include of "output.h".
    
    gold/
    	PR gold/17971
    	* incremental.cc: Remove redundant include of "output.h".

Diff:
---
 gold/ChangeLog      | 5 +++++
 gold/incremental.cc | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 555b7bc..3c431e9 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-16  Cary Coutant  <ccoutant@google.com>
+
+	PR gold/17971
+	* incremental.cc: Remove redundant include of "output.h".
+
 2015-02-12  Jing Yu  <jingyu@google.com>
 
 	* aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
diff --git a/gold/incremental.cc b/gold/incremental.cc
index 7bcc570..b4fff11 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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]