From 8d36367fe2e593363ff941183da8804671fe9e3e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Sep 2013 09:18:30 +0200 Subject: input_stream.h: rename to InputLegacy.hxx --- test/dump_playlist.cxx | 2 +- test/run_decoder.cxx | 2 +- test/run_input.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 5d0ea4aec..f3339662c 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -21,7 +21,7 @@ #include "TagSave.hxx" #include "Song.hxx" #include "Directory.hxx" -#include "input_stream.h" +#include "InputLegacy.hxx" #include "conf.h" #include "DecoderAPI.hxx" #include "DecoderList.hxx" diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index 64efbd944..85f7c4455 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -22,7 +22,7 @@ #include "DecoderList.hxx" #include "DecoderAPI.hxx" #include "InputInit.hxx" -#include "input_stream.h" +#include "InputLegacy.hxx" #include "AudioFormat.hxx" #include "stdbin.h" diff --git a/test/run_input.cxx b/test/run_input.cxx index 764a110fa..cd7f299a6 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -22,7 +22,7 @@ #include "stdbin.h" #include "Tag.hxx" #include "conf.h" -#include "input_stream.h" +#include "InputLegacy.hxx" #include "InputStream.hxx" #include "InputInit.hxx" #include "IOThread.hxx" -- cgit v1.2.3