diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-27 15:00:23 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-27 15:01:01 +0300 |
commit | 8109cd5f23c530ef568c617c85193cfa9b836dbc (patch) | |
tree | 9606813fa6e51b0fc4bacc88c885a91c2f319556 /extmod/crypto-algorithms | |
parent | 31bbcd448cb8fd61ee3fa23b93d03c5ae41427d8 (diff) | |
download | micropython-8109cd5f23c530ef568c617c85193cfa9b836dbc.tar.gz micropython-8109cd5f23c530ef568c617c85193cfa9b836dbc.zip |
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
Diffstat (limited to 'extmod/crypto-algorithms')
-rw-r--r-- | extmod/crypto-algorithms/sha256.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h> -#include <memory.h> #include "sha256.h" /****************************** MACROS ******************************/ |