Skip to content

Commit

Permalink
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Apr 27, 2017
1 parent 31bbcd4 commit 8109cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extmod/crypto-algorithms/sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/*************************** HEADER FILES ***************************/
#include <stdlib.h>
#include <memory.h>
#include "sha256.h"

/****************************** MACROS ******************************/
Expand Down

0 comments on commit 8109cd5

Please sign in to comment.