diff options
| author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:54 +0000 |
|---|---|---|
| committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:54 +0000 |
| commit | 910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b (patch) | |
| tree | 9c35e9f9305d744b95761710fb9fb6aaf8a38d37 /llvm/lib/MC/MCAsmInfoWasm.cpp | |
| parent | e893b46b4ab95ccd0e000759e56a61d1b4c39b6d (diff) | |
| download | bcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.tar.gz bcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.zip | |
Remove redundant includes from lib/MC.
llvm-svn: 320624
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() { } |

