aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_sync.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c
index 0b92c57028..460b790099 100644
--- a/capchild/capture_sync.c
+++ b/capchild/capture_sync.c
@@ -29,14 +29,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
#include <signal.h>
#ifdef _WIN32