extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.

This commit is contained in:
Paul Sokolovsky 2017-04-27 15:00:23 +03:00
parent 31bbcd448c
commit 8109cd5f23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
/*************************** HEADER FILES ***************************/
#include <stdlib.h>
#include <memory.h>
#include "sha256.h"
/****************************** MACROS ******************************/