Remove unused include in hash.cpp

This commit is contained in:
Karl-Johan Alm 2017-12-13 14:47:37 +09:00
parent d44535d818
commit 3f09e03e0f
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -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)