summaryrefslogtreecommitdiffstats
path: root/daemon/guestfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/guestfsd.c')
-rw-r--r--daemon/guestfsd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index 067c9165..eab85298 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -32,18 +32,9 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
-
-#ifdef HAVE_NETDB_H
#include <netdb.h>
-#endif
-
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
-
-#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
-#endif
#ifdef HAVE_PRINTF_H
#include <printf.h>