summaryrefslogtreecommitdiff
path: root/examples/sample-justfocus.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 /examples/sample-justfocus.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 'examples/sample-justfocus.c')
-rw-r--r--examples/sample-justfocus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/sample-justfocus.c b/examples/sample-justfocus.c
index a3a80c9a9..3b5b06bea 100644
--- a/examples/sample-justfocus.c
+++ b/examples/sample-justfocus.c
@@ -1,4 +1,3 @@
-#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>