Browse Source

Merge #11884: Remove unused include in hash.cpp

3f09e03 Remove unused include in hash.cpp (Karl-Johan Alm)

Pull request description:

Tree-SHA512: 543a72656460fba1c5498a0b85c49601d9b0399a4ecc49f4acf4715c258918da729df388e3be724c3161438e903ee16ad3c50626a71483aa6d85ffdbb827742d
0.16
Wladimir J. van der Laan 7 years ago
parent
commit
66479c0e61
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
  1. 1
      src/hash.cpp

1
src/hash.cpp

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
#include <hash.h>
#include <crypto/common.h>
#include <crypto/hmac_sha512.h>
#include <pubkey.h>
inline uint32_t ROTL32(uint32_t x, int8_t r)

Loading…
Cancel
Save