diff options
Diffstat (limited to 'extmod/moduheapq.c')
-rw-r--r-- | extmod/moduheapq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c index 4a620bad81..71c15368bf 100644 --- a/extmod/moduheapq.c +++ b/extmod/moduheapq.c @@ -24,9 +24,7 @@ * THE SOFTWARE. */ -#include "py/nlr.h" #include "py/objlist.h" -#include "py/runtime0.h" #include "py/runtime.h" #if MICROPY_PY_UHEAPQ |