diff options
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r-- | py/emitpass1.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c index 9e471ef59f..8878b562e3 100644 --- a/py/emitpass1.c +++ b/py/emitpass1.c @@ -24,20 +24,9 @@ * THE SOFTWARE. */ -#include <stdlib.h> -#include <stdint.h> #include <assert.h> -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "lexer.h" -#include "parse.h" -#include "obj.h" -#include "emitglue.h" -#include "scope.h" -#include "runtime0.h" -#include "emit.h" +#include "py/emit.h" struct _emit_t { scope_t *scope; |