mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
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.
This commit is contained in:
parent
8d12ab9e63
commit
d6d9fb295d
10 changed files with 8 additions and 20 deletions
|
|
@ -53,7 +53,6 @@
|
|||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include <pulse/xmalloc.h>
|
||||
#include <pulse/util.h>
|
||||
|
|
@ -70,6 +69,7 @@
|
|||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/thread-mq.h>
|
||||
#include <pulsecore/rtpoll.h>
|
||||
#include <pulsecore/poll.h>
|
||||
|
||||
#if defined(__NetBSD__) && !defined(SNDCTL_DSP_GETODELAY)
|
||||
#include <sys/audioio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue