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/moduheapq.c | |
| parent | 51dfcb4bb7613ed164952712d9a5235a7b833cde (diff) | |
extmod: Prefix py/ for includes from py core directory.
Diffstat (limited to 'extmod/moduheapq.c')
| -rw-r--r-- | extmod/moduheapq.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c index 8c8cd8345..8112b5525 100644 --- a/extmod/moduheapq.c +++ b/extmod/moduheapq.c @@ -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 |
