extmod: Prefix py/ for includes from py core directory.

This commit is contained in:
Damien George
2015-01-01 20:35:21 +00:00
parent 51dfcb4bb7
commit 3765ea419a
7 changed files with 23 additions and 50 deletions

View File

@@ -31,12 +31,8 @@
#include <sys/time.h>
#include <math.h>
#include "mpconfig.h"
#include "misc.h"
#include "qstr.h"
#include "nlr.h"
#include "obj.h"
#include "runtime.h"
#include "py/nlr.h"
#include "py/runtime.h"
#if MICROPY_PY_UZLIB