diff options
Diffstat (limited to 'extmod')
-rw-r--r-- | extmod/moduheapq.c | 2 | ||||
-rw-r--r-- | extmod/modujson.c | 2 | ||||
-rw-r--r-- | extmod/moduzlib.c | 5 |
3 files changed, 0 insertions, 9 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c index 8112b55255..5c5ed06a1f 100644 --- a/extmod/moduheapq.c +++ b/extmod/moduheapq.c @@ -24,8 +24,6 @@ * THE SOFTWARE. */ -#include <unistd.h> - #include "py/nlr.h" #include "py/objlist.h" #include "py/runtime0.h" diff --git a/extmod/modujson.c b/extmod/modujson.c index b5384bbc4e..747a86ac6a 100644 --- a/extmod/modujson.c +++ b/extmod/modujson.c @@ -25,8 +25,6 @@ */ #include <stdio.h> -#include <unistd.h> -#include <string.h> #include "py/nlr.h" #include "py/objlist.h" 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" |