diff options
| author | Damien George | 2015-01-01 20:35:21 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 20:35:21 +0000 |
| commit | 3765ea419a7b68d3349a3c90089cfec9063db94b (patch) | |
| tree | b523a7e194a95a64898659dd8405e66684b75ed0 /extmod/moductypes.c | |
| parent | 51dfcb4bb7613ed164952712d9a5235a7b833cde (diff) | |
extmod: Prefix py/ for includes from py core directory.
Diffstat (limited to 'extmod/moductypes.c')
| -rw-r--r-- | extmod/moductypes.c | 13 |
1 files changed, 5 insertions, 8 deletions
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 <assert.h> #include <string.h> #include <stdint.h> -#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 |
