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/stackctrl.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'py/stackctrl.c') diff --git a/py/stackctrl.c b/py/stackctrl.c index 0ba43c28c..31336ec69 100644 --- a/py/stackctrl.c +++ b/py/stackctrl.c @@ -24,13 +24,9 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "stackctrl.h" +#include "py/nlr.h" +#include "py/obj.h" +#include "py/stackctrl.h" // Stack top at the start of program char *stack_top; -- cgit v1.2.3