diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-14 23:11:25 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-14 23:11:25 +0000 |
commit | 1ef26b35c1682637de143ccb0449acb42428ed5c (patch) | |
tree | 8fe0420245dd71452ccdb6f82c0256abcf9949b0 /extmod/moduzlib.c | |
parent | 836e46976f27a6a0fbbbf0a28e50c27d4b3fc725 (diff) | |
download | micropython-1ef26b35c1682637de143ccb0449acb42428ed5c.tar.gz micropython-1ef26b35c1682637de143ccb0449acb42428ed5c.zip |
py, extmod: Remove include of unnecessary system headers.
Diffstat (limited to 'extmod/moduzlib.c')
-rw-r--r-- | extmod/moduzlib.c | 5 |
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" |