From 8203402b9f28da14d03a7120d434f6da7d23f9e6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 11 May 2011 11:54:04 +0100 Subject: streams: Tidy up includes --- src/pulsecore/sink-input.h | 1 - src/pulsecore/source-output.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 #include -#include #include #include #include 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 -#include #include #include #include #include #include +#include +#include #include typedef enum pa_source_output_state { -- cgit