[WebAssembly] Remove unused headers in MCWasmObjectWriter

Differential Revision: https://reviews.llvm.org/D46969

llvm-svn: 332535
This commit is contained in:
Sam Clegg 2018-05-16 22:13:18 +00:00
parent 60fe206793
commit 6a32560886
2 changed files with 1 additions and 6 deletions

View File

@ -10,9 +10,7 @@
#ifndef LLVM_MC_MCWASMOBJECTWRITER_H
#define LLVM_MC_MCWASMOBJECTWRITER_H
#include "llvm/ADT/Triple.h"
#include "llvm/BinaryFormat/Wasm.h"
#include "llvm/Support/DataTypes.h"
#include <memory>
namespace llvm {

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/ADT/STLExtras.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCValue.h"
#include "llvm/MC/MCWasmObjectWriter.h"
using namespace llvm;