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/objset.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'py/objset.c') diff --git a/py/objset.c b/py/objset.c index 1069cd5eac..54009a1f53 100644 --- a/py/objset.c +++ b/py/objset.c @@ -28,14 +28,10 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "runtime0.h" -#include "builtin.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/runtime0.h" +#include "py/builtin.h" #if MICROPY_PY_BUILTINS_SET -- cgit v1.2.3