diff options
Diffstat (limited to 'extmod/moduheapq.c')
-rw-r--r-- | extmod/moduheapq.c | 2 |
1 files changed, 0 insertions, 2 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" |