diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-12-13 14:47:37 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-12-13 20:08:49 +0900 |
commit | 3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a (patch) | |
tree | 3483ab0a0b78682236add221b64bfc554c669cdb /src/hash.cpp | |
parent | d44535d8189ec2f0e77d445804cca60b869b24a1 (diff) |
Remove unused include in hash.cpp
Diffstat (limited to 'src/hash.cpp')
-rw-r--r-- | src/hash.cpp | 1 |
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) |