diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-07-07 08:27:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-07 08:27:01 -0600 |
| commit | f532daa2e5861dbb0ec1d19889004c8aa7abd2b6 (patch) | |
| tree | a174df02b8fc098592753a9c13f39f146851069a | |
| parent | 6cc38a599a48fbc76706e9fadd567cebd1ca7710 (diff) | |
| parent | 63c3fddc9655d4ca9771578c898519c77fa3dcd7 (diff) | |
Rollup merge of #52107 - PramodBisht:feature/52105, r=rkruppe
removed redundant header file import in rustllvm.h fix #52105 removed redundant header file import in rustllvm.h cc @wqweto
| -rw-r--r-- | src/rustllvm/rustllvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h index f4bd78147f6..1070068b998 100644 --- a/src/rustllvm/rustllvm.h +++ b/src/rustllvm/rustllvm.h @@ -22,8 +22,6 @@ #include "llvm/ExecutionEngine/MCJIT.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/InlineAsm.h" -#include "llvm/IR/InlineAsm.h" -#include "llvm/IR/LLVMContext.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/Support/CommandLine.h" |
