mirror of https://github.com/vacp2p/nim-libp2p.git
remove missing include
This commit is contained in:
parent
fbe54e5c5a
commit
df29ac760e
|
@ -9,7 +9,6 @@
|
||||||
import chronos, chronicles
|
import chronos, chronicles
|
||||||
import nimcrypto/[sysrand, hmac, sha2, sha, hash, rijndael, twofish, bcmode]
|
import nimcrypto/[sysrand, hmac, sha2, sha, hash, rijndael, twofish, bcmode]
|
||||||
import secure,
|
import secure,
|
||||||
secureconn,
|
|
||||||
../../connection,
|
../../connection,
|
||||||
../../peerinfo,
|
../../peerinfo,
|
||||||
../../stream/lpstream,
|
../../stream/lpstream,
|
||||||
|
|
Loading…
Reference in New Issue