summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modbtree.c')
-rw-r--r--extmod/modbtree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extmod/modbtree.c b/extmod/modbtree.c
index 5017079da3..5c13115328 100644
--- a/extmod/modbtree.c
+++ b/extmod/modbtree.c
@@ -29,9 +29,7 @@
#include <errno.h> // for declaration of global errno variable
#include <fcntl.h>
-#include "py/nlr.h"
#include "py/runtime.h"
-#include "py/runtime0.h"
#include "py/stream.h"
#if MICROPY_PY_BTREE