diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-21 00:56:18 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-21 00:58:06 +0200 |
commit | 4b60b45bfc363a222c02feaca56011801fc996dd (patch) | |
tree | 07f7206ee6204e790c149755b2616846191be09b | |
parent | 6aaccc484c0f07354638a3581ade3d264061645a (diff) | |
download | micropython-4b60b45bfc363a222c02feaca56011801fc996dd.tar.gz micropython-4b60b45bfc363a222c02feaca56011801fc996dd.zip |
stmhal: gccollect.h is superfluous in many places.
-rw-r--r-- | stmhal/pyexec.c | 1 |
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 |