summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-12-21 00:56:18 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-12-21 00:58:06 +0200
commit4b60b45bfc363a222c02feaca56011801fc996dd (patch)
tree07f7206ee6204e790c149755b2616846191be09b
parent6aaccc484c0f07354638a3581ade3d264061645a (diff)
downloadmicropython-4b60b45bfc363a222c02feaca56011801fc996dd.tar.gz
micropython-4b60b45bfc363a222c02feaca56011801fc996dd.zip
stmhal: gccollect.h is superfluous in many places.
-rw-r--r--stmhal/pyexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c
index 08f16b674f..cae87591b1 100644
--- a/stmhal/pyexec.c
+++ b/stmhal/pyexec.c
@@ -41,7 +41,6 @@
#include "runtime.h"
#include "repl.h"
#include "gc.h"
-#include "gccollect.h"
#ifdef MICROPY_HAL_H
#include MICROPY_HAL_H
#endif