mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -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
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/sockios.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
|
@ -44,6 +42,7 @@
|
|||
#include <pulsecore/socket-util.h>
|
||||
#include <pulsecore/thread.h>
|
||||
#include <pulsecore/thread-mq.h>
|
||||
#include <pulsecore/poll.h>
|
||||
#include <pulsecore/rtpoll.h>
|
||||
#include <pulsecore/time-smoother.h>
|
||||
#include <pulsecore/namereg.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue