summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-06 18:19:24 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-06 18:19:24 +0000
commit92fd9619f5caedbae7ad2fe1704607a742b37342 (patch)
treea34d5d6f75449e13106ca6d5c80d758be118bd95
parent9c72b071fe4e49dc2597eb9e01b214fc349834d0 (diff)
downloadbcm5719-llvm-92fd9619f5caedbae7ad2fe1704607a742b37342.tar.gz
bcm5719-llvm-92fd9619f5caedbae7ad2fe1704607a742b37342.zip
Remove some redundant includes in llvm-mc.cpp.
Patch by Jun Koi! llvm-svn: 181231
-rw-r--r--llvm/tools/llvm-mc/llvm-mc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mc/llvm-mc.cpp b/llvm/tools/llvm-mc/llvm-mc.cpp
index 243899bb881..4b01c33504e 100644
--- a/llvm/tools/llvm-mc/llvm-mc.cpp
+++ b/llvm/tools/llvm-mc/llvm-mc.cpp
@@ -16,7 +16,6 @@
#include "llvm/ADT/OwningPtr.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
-#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/MC/MCInstrInfo.h"
@@ -27,7 +26,6 @@
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCTargetAsmParser.h"
-#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/FormattedStream.h"
@@ -40,7 +38,6 @@
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/system_error.h"
using namespace llvm;
static cl::opt<std::string>
OpenPOWER on IntegriCloud