Browse Source

Remove unused include in hash.cpp

0.16
Karl-Johan Alm 7 years ago
parent
commit
3f09e03e0f
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322
  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