summaryrefslogtreecommitdiff
path: root/stmhal/pyexec.c
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 /stmhal/pyexec.c
parent6aaccc484c0f07354638a3581ade3d264061645a (diff)
stmhal: gccollect.h is superfluous in many places.
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r--stmhal/pyexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c
index 08f16b674..cae87591b 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