Skip to content

Commit

Permalink
Merge #11884: Remove unused include in hash.cpp
Browse files Browse the repository at this point in the history
3f09e03 Remove unused include in hash.cpp (Karl-Johan Alm)

Pull request description:

Tree-SHA512: 543a72656460fba1c5498a0b85c49601d9b0399a4ecc49f4acf4715c258918da729df388e3be724c3161438e903ee16ad3c50626a71483aa6d85ffdbb827742d
  • Loading branch information
laanwj committed Dec 14, 2017
2 parents 2ae58d5 + 3f09e03 commit 66479c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hash.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 66479c0

Please sign in to comment.