Skip to content

Commit 3f09e03

Browse files
committed
Remove unused include in hash.cpp
1 parent d44535d commit 3f09e03

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)