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

pull/3026/merge
Paul Sokolovsky 2017-04-27 15:00:23 +03:00
rodzic 31bbcd448c
commit 8109cd5f23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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