mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Remove unused include in hash.cpp
This commit is contained in:
parent
d44535d818
commit
3f09e03e0f
@ -5,7 +5,6 @@
|
|||||||
#include <hash.h>
|
#include <hash.h>
|
||||||
#include <crypto/common.h>
|
#include <crypto/common.h>
|
||||||
#include <crypto/hmac_sha512.h>
|
#include <crypto/hmac_sha512.h>
|
||||||
#include <pubkey.h>
|
|
||||||
|
|
||||||
|
|
||||||
inline uint32_t ROTL32(uint32_t x, int8_t r)
|
inline uint32_t ROTL32(uint32_t x, int8_t r)
|
||||||
|
Loading…
Reference in New Issue
Block a user