diff options
| author | Colin Guthrie <colin@mageia.org> | 2011-05-11 11:54:04 +0100 | 
|---|---|---|
| committer | Colin Guthrie <colin@mageia.org> | 2011-06-22 22:45:27 +0100 | 
| commit | 8203402b9f28da14d03a7120d434f6da7d23f9e6 (patch) | |
| tree | 0c59a35e9f0b6ec5334a89baba875916eda579f5 /src | |
| parent | d1a628855da868f776f9e7f0129fc88ecb1f10a1 (diff) | |
streams: Tidy up includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulsecore/sink-input.h | 1 | ||||
| -rw-r--r-- | src/pulsecore/source-output.h | 3 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h index 38bad356..a2330fa4 100644 --- a/src/pulsecore/sink-input.h +++ b/src/pulsecore/sink-input.h @@ -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> diff --git a/src/pulsecore/source-output.h b/src/pulsecore/source-output.h index 4bcddbaf..cd4b0d0f 100644 --- a/src/pulsecore/source-output.h +++ b/src/pulsecore/source-output.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 {  | 
