]> code.delx.au - pulseaudio/commitdiff
streams: Tidy up includes
authorColin Guthrie <colin@mageia.org>
Wed, 11 May 2011 10:54:04 +0000 (11:54 +0100)
committerColin Guthrie <colin@mageia.org>
Wed, 22 Jun 2011 21:45:27 +0000 (22:45 +0100)
src/pulsecore/sink-input.h
src/pulsecore/source-output.h

index 38bad3566b62f9aaf73fd70cd5d3bacba2026e58..a2330fa424910cf49c605283cdc3b43014f97525 100644 (file)
@@ -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>
index 4bcddbaf499e4f8d95702122ba932a23c80c2816..cd4b0d0f77dda9fb416767fe7b60086f2a7fc823 100644 (file)
 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 {