Remove redundant include of "output.h".

gold/
	PR gold/17971
	* incremental.cc: Remove redundant include of "output.h".
This commit is contained in:
Cary Coutant 2015-02-16 20:14:08 -08:00
parent ab32a8e052
commit 0ed4b0bf3d
2 changed files with 5 additions and 1 deletions

View 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,

View 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"