From 5fdf351178df9a18df624ae0f5947d8a5a6bce40 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 11 Jan 2021 14:10:25 +0800 Subject: py/gc: Don't include mpconfig.h and misc.h in gc.h. Because gc.h doesn't reference any symbol from these header files. Signed-off-by: Xiang Xiao --- py/gc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'py') diff --git a/py/gc.h b/py/gc.h index 4690d3937..f67fb0daa 100644 --- a/py/gc.h +++ b/py/gc.h @@ -26,11 +26,9 @@ #ifndef MICROPY_INCLUDED_PY_GC_H #define MICROPY_INCLUDED_PY_GC_H +#include #include -#include "py/mpconfig.h" -#include "py/misc.h" - void gc_init(void *start, void *end); // These lock/unlock functions can be nested. -- cgit v1.2.3