summaryrefslogtreecommitdiff
path: root/libgphoto2_port/serial
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-01-03 19:52:48 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-03 19:52:48 +0100
commit3c94cf547a72f1fe9ea874d761b6d9664bc1beef (patch)
tree13c72dd1062cdfd7f4fedff7df0d7533ef67d97a /libgphoto2_port/serial
parent6bd638afd65172de5eb8077135d65598fc0826db (diff)
downloadlibgphoto2-3c94cf547a72f1fe9ea874d761b6d9664bc1beef.tar.gz
remove more unistd.h inclusions that are not needed
Diffstat (limited to 'libgphoto2_port/serial')
-rw-r--r--libgphoto2_port/serial/unix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgphoto2_port/serial/unix.c b/libgphoto2_port/serial/unix.c
index 44962f0c7..30df35747 100644
--- a/libgphoto2_port/serial/unix.c
+++ b/libgphoto2_port/serial/unix.c
@@ -37,9 +37,6 @@
#include <stdlib.h>
#include <stdio.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif