diff options
Diffstat (limited to 'ports/unix/file.c')
-rw-r--r-- | ports/unix/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/file.c b/ports/unix/file.c index 0d65f9ca0..84e918082 100644 --- a/ports/unix/file.c +++ b/ports/unix/file.c @@ -31,7 +31,6 @@ #include <sys/stat.h> #include <sys/types.h> -#include "py/nlr.h" #include "py/runtime.h" #include "py/stream.h" #include "py/builtin.h" |