summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduzlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduzlib.c')
-rw-r--r--extmod/moduzlib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extmod/moduzlib.c b/extmod/moduzlib.c
index 8b72d14ac4..31544059e8 100644
--- a/extmod/moduzlib.c
+++ b/extmod/moduzlib.c
@@ -25,11 +25,6 @@
*/
#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
-#include <time.h>
-#include <sys/time.h>
-#include <math.h>
#include "py/nlr.h"
#include "py/runtime.h"