summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-file.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-01-03 18:25:33 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-03 18:25:33 +0100
commit14aab4929c65d6246ab31c0067dba83840b3cd70 (patch)
tree8e824b3cf4ff45fa943494732a75e4dbf9bd3f44 /libgphoto2/gphoto2-file.c
parent54016f482495caaf0042ad064665f8bb1d9eab18 (diff)
downloadlibgphoto2-14aab4929c65d6246ab31c0067dba83840b3cd70.tar.gz
remove probably unistd.h include , or protected by ifdef for
building better with Visual C https://github.com/gphoto/libgphoto2/issues/33
Diffstat (limited to 'libgphoto2/gphoto2-file.c')
-rw-r--r--libgphoto2/gphoto2-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-file.c b/libgphoto2/gphoto2-file.c
index 349218d14..bc6a8edf5 100644
--- a/libgphoto2/gphoto2-file.c
+++ b/libgphoto2/gphoto2-file.c
@@ -33,7 +33,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
-#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <utime.h>