mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
streams: Tidy up includes
This commit is contained in:
parent
d1a628855d
commit
8203402b9f
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ typedef struct pa_sink_input pa_sink_input;
|
|||
|
||||
#include <pulse/sample.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulsecore/hook-list.h>
|
||||
#include <pulsecore/memblockq.h>
|
||||
#include <pulsecore/resampler.h>
|
||||
#include <pulsecore/module.h>
|
||||
|
|
|
|||
|
|
@ -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