mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
streams: Tidy up includes
This commit is contained in:
parent
d1a628855d
commit
8203402b9f
2 changed files with 2 additions and 2 deletions
|
|
@ -27,12 +27,13 @@
|
|||
typedef struct pa_source_output pa_source_output;
|
||||
|
||||
#include <pulse/sample.h>
|
||||
#include <pulsecore/source.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulsecore/memblockq.h>
|
||||
#include <pulsecore/resampler.h>
|
||||
#include <pulsecore/module.h>
|
||||
#include <pulsecore/client.h>
|
||||
#include <pulsecore/source.h>
|
||||
#include <pulsecore/core.h>
|
||||
#include <pulsecore/sink-input.h>
|
||||
|
||||
typedef enum pa_source_output_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue