diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoWasm.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmInfoWasm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmInfoWasm.cpp b/llvm/lib/MC/MCAsmInfoWasm.cpp index aa26616dda3..fc55059ff75 100644 --- a/llvm/lib/MC/MCAsmInfoWasm.cpp +++ b/llvm/lib/MC/MCAsmInfoWasm.cpp @@ -13,8 +13,6 @@ //===----------------------------------------------------------------------===// #include "llvm/MC/MCAsmInfoWasm.h" -#include "llvm/MC/MCContext.h" -#include "llvm/MC/MCSectionWasm.h" using namespace llvm; void MCAsmInfoWasm::anchor() { } |