summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:54 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:54 +0000
commit910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b (patch)
tree9c35e9f9305d744b95761710fb9fb6aaf8a38d37 /llvm/lib/MC/WasmObjectWriter.cpp
parente893b46b4ab95ccd0e000759e56a61d1b4c39b6d (diff)
downloadbcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.tar.gz
bcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.zip
Remove redundant includes from lib/MC.
llvm-svn: 320624
Diffstat (limited to 'llvm/lib/MC/WasmObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/WasmObjectWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/WasmObjectWriter.cpp b/llvm/lib/MC/WasmObjectWriter.cpp
index 7c50f437cfa..b2c5b14bca5 100644
--- a/llvm/lib/MC/WasmObjectWriter.cpp
+++ b/llvm/lib/MC/WasmObjectWriter.cpp
@@ -15,13 +15,11 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/BinaryFormat/Wasm.h"
#include "llvm/MC/MCAsmBackend.h"
-#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
-#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSectionWasm.h"
#include "llvm/MC/MCSymbolWasm.h"
OpenPOWER on IntegriCloud