summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-04-28 22:07:14 +1000
committerDamien George <damien.p.george@gmail.com>2017-04-28 22:07:14 +1000
commit49de9b68d2fc15445f78afc6a3e12e1ab61918a5 (patch)
tree5809afafcf40bf46a381157a1c33e56a457c015f
parent11a962099ea8735227623443c62c0248b98e4805 (diff)
downloadmicropython-49de9b68d2fc15445f78afc6a3e12e1ab61918a5.tar.gz
micropython-49de9b68d2fc15445f78afc6a3e12e1ab61918a5.zip
qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.
extmod/crypto-algorithms/sha256.c was recently fixed so that it didn't include this header.
-rw-r--r--qemu-arm/memory.h2
-rw-r--r--stmhal/memory.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/qemu-arm/memory.h b/qemu-arm/memory.h
deleted file mode 100644
index f3777b0e39..0000000000
--- a/qemu-arm/memory.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// this is needed for extmod/crypto-algorithms/sha256.c
-#include <string.h>
diff --git a/stmhal/memory.h b/stmhal/memory.h
deleted file mode 100644
index f3777b0e39..0000000000
--- a/stmhal/memory.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// this is needed for extmod/crypto-algorithms/sha256.c
-#include <string.h>