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/emitcommon.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'py/emitcommon.c') diff --git a/py/emitcommon.c b/py/emitcommon.c index e199bc6e9..4d909839a 100644 --- a/py/emitcommon.c +++ b/py/emitcommon.c @@ -28,16 +28,7 @@ #include #include -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "lexer.h" -#include "parse.h" -#include "runtime0.h" -#include "obj.h" -#include "emitglue.h" -#include "scope.h" -#include "emit.h" +#include "py/emit.h" #define EMIT(fun, ...) (emit_method_table->fun(emit, __VA_ARGS__)) -- cgit v1.2.3