mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Remove unnecessary #includes
This commit is contained in:
parent
9ffa9382dd
commit
dd9265ac78
227 changed files with 76 additions and 472 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <pulse/rtclock.h>
|
||||
#include <pulse/timeval.h>
|
||||
|
|
@ -48,9 +49,8 @@
|
|||
#include <pulsecore/namereg.h>
|
||||
#include <pulsecore/sample-util.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/atomic.h>
|
||||
#include <pulsecore/atomic.h>
|
||||
#include <pulsecore/socket-util.h>
|
||||
#include <pulsecore/atomic.h>
|
||||
#include <pulsecore/once.h>
|
||||
#include <pulsecore/poll.h>
|
||||
#include <pulsecore/arpa-inet.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue