aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
commitf70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch)
treed17cb4c62c6a3bbb9bd44c738df799998024ccc8 /test
parent67b0ab717e469eace11ded98925b67738513e7ea (diff)
downloadmpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.gz
mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.xz
mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.zip
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to 'test')
-rw-r--r--test/dump_playlist.c1
-rw-r--r--test/read_tags.c1
-rw-r--r--test/run_decoder.c1
-rw-r--r--test/run_input.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/test/dump_playlist.c b/test/dump_playlist.c
index 75baf6c87..af8a3a512 100644
--- a/test/dump_playlist.c
+++ b/test/dump_playlist.c
@@ -18,6 +18,7 @@
*/
#include "config.h"
+#include "input_init.h"
#include "input_stream.h"
#include "tag_pool.h"
#include "tag_save.h"
diff --git a/test/read_tags.c b/test/read_tags.c
index cde90dad7..4a4829824 100644
--- a/test/read_tags.c
+++ b/test/read_tags.c
@@ -20,6 +20,7 @@
#include "config.h"
#include "decoder_list.h"
#include "decoder_api.h"
+#include "input_init.h"
#include "input_stream.h"
#include "audio_format.h"
#include "pcm_volume.h"
diff --git a/test/run_decoder.c b/test/run_decoder.c
index 47cab2aac..ec6ef9f8a 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -20,6 +20,7 @@
#include "config.h"
#include "decoder_list.h"
#include "decoder_api.h"
+#include "input_init.h"
#include "input_stream.h"
#include "audio_format.h"
#include "pcm_volume.h"
diff --git a/test/run_input.c b/test/run_input.c
index 09cd6f6c6..6aba41e8c 100644
--- a/test/run_input.c
+++ b/test/run_input.c
@@ -18,6 +18,7 @@
*/
#include "config.h"
+#include "input_init.h"
#include "input_stream.h"
#include "tag_pool.h"
#include "tag_save.h"