aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-12-14 16:59:38 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-12-14 17:01:05 +0100
commit66479c0e611a22d54c90e84ffaf0bdf2356f90b6 (patch)
tree434db17779d5951b37d73feab0266e2048c9dfeb /src
parent2ae58d5bfb76ba01ceb52518281f0eeaaf2882f7 (diff)
parent3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a (diff)
downloadbitcoin-66479c0e611a22d54c90e84ffaf0bdf2356f90b6.tar.xz
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 1363d32cf4..ea61764ded 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)