Skip to content

Commit 66479c0

Browse files
committed
Merge #11884: Remove unused include in hash.cpp
3f09e03 Remove unused include in hash.cpp (Karl-Johan Alm) Pull request description: Tree-SHA512: 543a72656460fba1c5498a0b85c49601d9b0399a4ecc49f4acf4715c258918da729df388e3be724c3161438e903ee16ad3c50626a71483aa6d85ffdbb827742d
2 parents 2ae58d5 + 3f09e03 commit 66479c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hash.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <hash.h>
66
#include <crypto/common.h>
77
#include <crypto/hmac_sha512.h>
8-
#include <pubkey.h>
98

109

1110
inline uint32_t ROTL32(uint32_t x, int8_t r)

0 commit comments

Comments
 (0)