Skip to content

Commit

Permalink
[WebAssembly] Remove unused headers in MCWasmObjectWriter
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D46969

llvm-svn: 332535
  • Loading branch information
sbc100 committed May 16, 2018
1 parent 60fe206 commit 6a32560
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions llvm/include/llvm/MC/MCWasmObjectWriter.h
Expand Up @@ -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 {

Expand Down
3 changes: 0 additions & 3 deletions llvm/lib/MC/MCWasmObjectTargetWriter.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 6a32560

Please sign in to comment.