From 51dfcb4bb7613ed164952712d9a5235a7b833cde Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:27:54 +0000 Subject: py: Move to guarded includes, everywhere in py/ core. Addresses issue #1022. --- py/modgc.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'py/modgc.c') diff --git a/py/modgc.c b/py/modgc.c index 8c9be7068..e3cbe72f9 100644 --- a/py/modgc.c +++ b/py/modgc.c @@ -24,14 +24,8 @@ * THE SOFTWARE. */ -#include - -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "gc.h" +#include "py/obj.h" +#include "py/gc.h" #if MICROPY_PY_GC && MICROPY_ENABLE_GC -- cgit v1.2.3