From 8109cd5f23c530ef568c617c85193cfa9b836dbc Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 27 Apr 2017 15:00:23 +0300 Subject: [PATCH] extmod/crypto-algorithms/sha256: Remove non-standard memory.h header. --- extmod/crypto-algorithms/sha256.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extmod/crypto-algorithms/sha256.c b/extmod/crypto-algorithms/sha256.c index 82e5d9c7bd..276611cfd5 100644 --- a/extmod/crypto-algorithms/sha256.c +++ b/extmod/crypto-algorithms/sha256.c @@ -14,7 +14,6 @@ /*************************** HEADER FILES ***************************/ #include -#include #include "sha256.h" /****************************** MACROS ******************************/