Remove redundant include of "output.h".
authorCary Coutant <ccoutant@google.com>
Tue, 17 Feb 2015 04:14:08 +0000 (20:14 -0800)
committerCary Coutant <ccoutant@google.com>
Tue, 17 Feb 2015 04:15:07 +0000 (20:15 -0800)
gold/
PR gold/17971
* incremental.cc: Remove redundant include of "output.h".

gold/ChangeLog
gold/incremental.cc

index 555b7bc12c84560c1e6908a8be5a552a09d1ed99..3c431e9b224e8fababff7a1b5ce4e22978f6fdfa 100644 (file)
@@ -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,
index 7bcc5707f3d4b25f7585708f8ae92ab0085d1e47..b4fff11a1b1cf3e5740e6032aa6b3e46ee46f2ff 100644 (file)
@@ -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"
This page took 0.043403 seconds and 4 git commands to generate.