summaryrefslogtreecommitdiff
path: root/extmod/moduzlib.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 20:35:21 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 20:35:21 +0000
commit3765ea419a7b68d3349a3c90089cfec9063db94b (patch)
treeb523a7e194a95a64898659dd8405e66684b75ed0 /extmod/moduzlib.c
parent51dfcb4bb7613ed164952712d9a5235a7b833cde (diff)
extmod: Prefix py/ for includes from py core directory.
Diffstat (limited to 'extmod/moduzlib.c')
-rw-r--r--extmod/moduzlib.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/extmod/moduzlib.c b/extmod/moduzlib.c
index 751b064d3..680b5c1b8 100644
--- a/extmod/moduzlib.c
+++ b/extmod/moduzlib.c
@@ -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