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/objarray.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'py/objarray.c') diff --git a/py/objarray.c b/py/objarray.c index cb8e03e45..19705afc0 100644 --- a/py/objarray.c +++ b/py/objarray.c @@ -29,14 +29,10 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime0.h" -#include "runtime.h" -#include "binary.h" +#include "py/nlr.h" +#include "py/runtime0.h" +#include "py/runtime.h" +#include "py/binary.h" #if MICROPY_PY_ARRAY || MICROPY_PY_BUILTINS_BYTEARRAY || MICROPY_PY_BUILTINS_MEMORYVIEW -- cgit v1.2.3