COFF: Fix bad #includes.
authorRui Ueyama <ruiu@google.com>
Wed, 5 Aug 2015 19:51:28 +0000 (19:51 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 5 Aug 2015 19:51:28 +0000 (19:51 +0000)
commit67fcd1a0c7045809326d78501b0966ac2d22d661
tree371456a8c457e525e0f34497047fd8694e38c089
parent12a7cdc3a00358bc14ec9864fd728c754afd7198
COFF: Fix bad #includes.

Writer.h is intended to be included only by Writer.cpp and Driver.cpp.
Use of the header in other files are bad.

llvm-svn: 244106
lld/COFF/Chunks.cpp
lld/COFF/Chunks.h
lld/COFF/InputFiles.cpp
lld/COFF/Writer.h