aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-12-14 16:59:38 +0100
committerWladimir J. van der Laan <[email protected]>2017-12-14 17:01:05 +0100
commit66479c0e611a22d54c90e84ffaf0bdf2356f90b6 (patch)
tree434db17779d5951b37d73feab0266e2048c9dfeb /src
parentMerge #11864: Make CWallet::FundTransaction atomic (diff)
parentRemove unused include in hash.cpp (diff)
downloaddiscoin-66479c0e611a22d54c90e84ffaf0bdf2356f90b6.tar.xz
discoin-66479c0e611a22d54c90e84ffaf0bdf2356f90b6.zip
Merge #11884: Remove unused include in hash.cpp
3f09e03 Remove unused include in hash.cpp (Karl-Johan Alm) Pull request description: Tree-SHA512: 543a72656460fba1c5498a0b85c49601d9b0399a4ecc49f4acf4715c258918da729df388e3be724c3161438e903ee16ad3c50626a71483aa6d85ffdbb827742d
Diffstat (limited to 'src')
-rw-r--r--src/hash.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash.cpp b/src/hash.cpp
index 1363d32cf..ea61764de 100644
--- a/src/hash.cpp
+++ b/src/hash.cpp
@@ -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)