Skip to content

Commit 82863ad

Browse files
committed
Use relative imports.
1 parent 8a434af commit 82863ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LLVM.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ include("base.jl")
9191

9292
module API
9393
using CEnum
94-
using LLVM
95-
using LLVM: @apicall, libllvm_version
94+
using ..LLVM
95+
using ..LLVM: @apicall, libllvm_version
9696
const off_t = Csize_t
9797
libdir = joinpath(@__DIR__, "..", "lib", LLVM.llvmjl_wrapper)
9898
include(joinpath(libdir, "libLLVM_common.jl"))

0 commit comments

Comments
 (0)