extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
This commit is contained in:
parent
31bbcd448c
commit
8109cd5f23
|
@ -14,7 +14,6 @@
|
|||
|
||||
/*************************** HEADER FILES ***************************/
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include "sha256.h"
|
||||
|
||||
/****************************** MACROS ******************************/
|
||||
|
|
Loading…
Reference in New Issue