[crypto] Removed unneeded header.

This commit is contained in:
jakcron 2018-06-22 21:18:03 +08:00
parent 8314a948f7
commit 20689e9cbd

View file

@ -1,7 +1,6 @@
#pragma once
#include <cstdint>
#include <cstring>
#include <crypto/sha.h>
namespace crypto
{