all: Don't include system errno.h when it's not needed.

This commit is contained in:
Damien George
2017-07-24 18:43:14 +10:00
parent a559098fec
commit aa7be82a4d
10 changed files with 3 additions and 12 deletions

View File

@@ -28,7 +28,6 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include "py/mpstate.h"
#include "py/compile.h"