aboutsummaryrefslogtreecommitdiff
path: root/src/hash.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <[email protected]>2017-12-13 14:47:37 +0900
committerKarl-Johan Alm <[email protected]>2017-12-13 20:08:49 +0900
commit3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a (patch)
tree3483ab0a0b78682236add221b64bfc554c669cdb /src/hash.cpp
parentMerge #11836: Rename rpcuser.py to rpcauth.py (diff)
downloaddiscoin-3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a.tar.xz
discoin-3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a.zip
Remove unused include in hash.cpp
Diffstat (limited to 'src/hash.cpp')
-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)