summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-12-01 20:23:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-12-01 20:23:19 +0000
commitedf811d68f475c811ff85229a1aba5fedfeac372 (patch)
tree68993f061a309572130572df8225149e98d3545b
parent909e1c0135196817e51a6da5d5769abf360b5a7d (diff)
downloadbcm5719-llvm-edf811d68f475c811ff85229a1aba5fedfeac372.tar.gz
bcm5719-llvm-edf811d68f475c811ff85229a1aba5fedfeac372.zip
Delete unused includes.
llvm-svn: 254457
-rw-r--r--llvm/lib/Linker/LinkModules.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp
index 602d012d9df..3c6d6f067c4 100644
--- a/llvm/lib/Linker/LinkModules.cpp
+++ b/llvm/lib/Linker/LinkModules.cpp
@@ -13,25 +13,16 @@
#include "llvm/Linker/Linker.h"
#include "llvm-c/Linker.h"
-#include "llvm/ADT/Hashing.h"
-#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallString.h"
-#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/Triple.h"
#include "llvm/IR/Constants.h"
-#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/TypeFinder.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Debug.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
-#include <cctype>
-#include <tuple>
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud