From 1aa9d5f2d98760bcd8c1f07c89e49beaa3779efb Mon Sep 17 00:00:00 2001 From: Adam-Laurie Date: Thu, 2 Apr 2020 17:35:06 +0100 Subject: [PATCH] remove unused header which prevents compilation on some platforms --- crypto/sha256/sha256.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/sha256/sha256.c b/crypto/sha256/sha256.c index eb9c5c0..0c3486a 100644 --- a/crypto/sha256/sha256.c +++ b/crypto/sha256/sha256.c @@ -14,7 +14,6 @@ /*************************** HEADER FILES ***************************/ #include -#include #include "sha256.h" /****************************** MACROS ******************************/