Merge #11884: Remove unused include in hash.cpp

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

Pull request description:

Tree-SHA512: 543a72656460fba1c5498a0b85c49601d9b0399a4ecc49f4acf4715c258918da729df388e3be724c3161438e903ee16ad3c50626a71483aa6d85ffdbb827742d
This commit is contained in:
Wladimir J. van der Laan 2017-12-14 16:59:38 +01:00
commit 66479c0e61
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
1 changed files with 0 additions and 1 deletions

View File

@ -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)