summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduheapq.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduheapq.c')
-rw-r--r--extmod/moduheapq.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c
index 8c8cd8345f..8112b55255 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