Skip to content

Commit 63c3fdd

Browse files
committed
removed redundant header file import in rustllvm.h
1 parent a178cba commit 63c3fdd

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)