From 4b60b45bfc363a222c02feaca56011801fc996dd Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 21 Dec 2014 00:56:18 +0200 Subject: [PATCH] stmhal: gccollect.h is superfluous in many places. --- stmhal/pyexec.c | 1 - 1 file changed, 1 deletion(-) 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