Trim headers.
authorBill Wendling <isanbard@gmail.com>
Sat, 31 Mar 2012 11:22:30 +0000 (11:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 31 Mar 2012 11:22:30 +0000 (11:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153809 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOCodeGenerator.cpp

index c6da960bb1961d1e77862eb106642212248a8096..52495dab91af18bf3ee9f328ea75cc76ccd31ead 100644 (file)
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
 #include "llvm/Support/CommandLine.h"
-#include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/SystemUtils.h"
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Support/Host.h"
-#include "llvm/Support/Program.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/TargetRegistry.h"
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Support/system_error.h"
 #include "llvm/ADT/StringExtras.h"
-#include "llvm/ADT/Triple.h"
-#include <cstdlib>
-#include <unistd.h>
-#include <fcntl.h>
 using namespace llvm;
 
 static cl::opt<bool> DisableInline("disable-inlining",