summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_file.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-07-24 18:43:14 +1000
committerDamien George <damien.p.george@gmail.com>2017-07-24 18:43:14 +1000
commitaa7be82a4dff59b22763abbe1bd5e74c0e37b453 (patch)
tree995769631aff96f66484fc90b4e573fe7563a908 /extmod/vfs_fat_file.c
parenta559098fecd0a0e2aa98d2a8b3b6ba080b4e096f (diff)
downloadmicropython-aa7be82a4dff59b22763abbe1bd5e74c0e37b453.tar.gz
micropython-aa7be82a4dff59b22763abbe1bd5e74c0e37b453.zip
all: Don't include system errno.h when it's not needed.
Diffstat (limited to 'extmod/vfs_fat_file.c')
-rw-r--r--extmod/vfs_fat_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/vfs_fat_file.c b/extmod/vfs_fat_file.c
index edffa37c76..22907c12a2 100644
--- a/extmod/vfs_fat_file.c
+++ b/extmod/vfs_fat_file.c
@@ -28,7 +28,6 @@
#if MICROPY_VFS && MICROPY_VFS_FAT
#include <stdio.h>
-#include <errno.h>
#include "py/nlr.h"
#include "py/runtime.h"