From: Teresa Johnson Date: Thu, 22 Jun 2017 16:18:48 +0000 (+0000) Subject: [ThinLTO] Remove unnecessary include of Linker.h (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c8509b508f81e936aed1f59bb1a50c37d4a7d28;p=llvm [ThinLTO] Remove unnecessary include of Linker.h (NFC) The ModuleLinker is no longer used by ThinLTO, so this is not needed. Patch by Benoit Belley git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306028 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/LTO/ThinLTOCodeGenerator.cpp b/lib/LTO/ThinLTOCodeGenerator.cpp index e4094d44867..1efd481b246 100644 --- a/lib/LTO/ThinLTOCodeGenerator.cpp +++ b/lib/LTO/ThinLTOCodeGenerator.cpp @@ -32,7 +32,6 @@ #include "llvm/IR/Verifier.h" #include "llvm/IRReader/IRReader.h" #include "llvm/LTO/LTO.h" -#include "llvm/Linker/Linker.h" #include "llvm/MC/SubtargetFeature.h" #include "llvm/Object/IRObjectFile.h" #include "llvm/Support/CachePruning.h"