From: Rafael Espindola Date: Tue, 29 Jul 2014 21:38:05 +0000 (+0000) Subject: Remove unused includes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a3b1ebcb12407d4a0af88fd5f6812118b0539e9;p=oota-llvm.git Remove unused includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 0f6a60a3615..3bbdb36131d 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -18,16 +18,8 @@ #include "llvm/CodeGen/CommandFlags.h" #include "llvm/LTO/LTOCodeGenerator.h" #include "llvm/LTO/LTOModule.h" -#include "llvm/Support/Errno.h" -#include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" -#include "llvm/Support/Path.h" -#include "llvm/Support/Program.h" #include "llvm/Support/TargetSelect.h" -#include "llvm/Support/ToolOutputFile.h" -#include -#include -#include #include #include #include