aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/io.c
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2012-12-11 16:45:27 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:15 +0300
commitab6e2baf1de3714ef5d37abee08748be0f9164d1 (patch)
treea4db1e5b836569a39c84d9e84d18151b2b4b3323 /libexfat/io.c
parentae4a80a59029e04bb9537a2d12536021baa60013 (diff)
downloadandroid_external_exfat-ab6e2baf1de3714ef5d37abee08748be0f9164d1.tar.gz
android_external_exfat-ab6e2baf1de3714ef5d37abee08748be0f9164d1.tar.bz2
android_external_exfat-ab6e2baf1de3714ef5d37abee08748be0f9164d1.zip
Remove extra include.
Diffstat (limited to 'libexfat/io.c')
-rw-r--r--libexfat/io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexfat/io.c b/libexfat/io.c
index e89349b..4c2f1aa 100644
--- a/libexfat/io.c
+++ b/libexfat/io.c
@@ -21,7 +21,6 @@
#include "exfat.h"
#include <inttypes.h>
#include <sys/types.h>
-#include <sys/uio.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <fcntl.h>