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

@@ -26,14 +26,10 @@
#include <unistd.h>
#include "mpconfig.h"
#include "misc.h"
#include "nlr.h"
#include "qstr.h"
#include "obj.h"
#include "objlist.h"
#include "runtime0.h"
#include "runtime.h"
#include "py/nlr.h"
#include "py/objlist.h"
#include "py/runtime0.h"
#include "py/runtime.h"
#if MICROPY_PY_UHEAPQ