From 3765ea419a7b68d3349a3c90089cfec9063db94b Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:35:21 +0000 Subject: extmod: Prefix py/ for includes from py core directory. --- extmod/moductypes.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'extmod/moductypes.c') diff --git a/extmod/moductypes.c b/extmod/moductypes.c index 4d2e3f696..416565ed5 100644 --- a/extmod/moductypes.c +++ b/extmod/moductypes.c @@ -27,14 +27,11 @@ #include #include #include -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "objtuple.h" -#include "binary.h" + +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/objtuple.h" +#include "py/binary.h" #if MICROPY_PY_UCTYPES -- cgit v1.2.3