Skip to content

Commit f532daa

Browse files
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
2 parents 6cc38a5 + 63c3fdd commit f532daa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rustllvm/rustllvm.h

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
#include "llvm/ExecutionEngine/MCJIT.h"
2323
#include "llvm/IR/IRBuilder.h"
2424
#include "llvm/IR/InlineAsm.h"
25-
#include "llvm/IR/InlineAsm.h"
26-
#include "llvm/IR/LLVMContext.h"
2725
#include "llvm/IR/LLVMContext.h"
2826
#include "llvm/IR/Module.h"
2927
#include "llvm/Support/CommandLine.h"

0 commit comments

Comments
 (0)