summaryrefslogtreecommitdiff
path: root/extmod/moduzlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduzlib.c')
-rw-r--r--extmod/moduzlib.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/extmod/moduzlib.c b/extmod/moduzlib.c
index 751b064d3..680b5c1b8 100644
--- a/extmod/moduzlib.c
+++ b/extmod/moduzlib.c
@@ -31,12 +31,8 @@
#include <sys/time.h>
#include <math.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "nlr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#if MICROPY_PY_UZLIB