summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-01-04 11:17:53 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-02-17 11:58:21 +0100
commitd6d9fb295d03a411974a148e469465e0f7c59891 (patch)
tree7b451435d19acc2516164d67be5faa6d2521f0a0 /src/daemon
parent8d12ab9e632420864fa024909c66863de2452987 (diff)
Clean up <poll.h> includes
Instead <pulsecore/poll.h> should be included. That file includes poll.h on platform where it is appropriate. Also remove some unnecessary <ioctl.h> includes.
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index cad6f70d..0db794bc 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -43,10 +43,6 @@
#include <sys/mman.h>
#endif
-#ifdef HAVE_SYS_IOCTL_H
-#include <sys/ioctl.h>
-#endif
-
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif