diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:18:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:33:33 +0100 |
commit | f8bfea8bae44134e8002db869fd4ec137d1c0d6e (patch) | |
tree | d370391baccbbc4c23306656aec3751a7ffc95ae /test/run_decoder.cxx | |
parent | e199c33c6e9eb2f1aa588073f49f44de274985d5 (diff) |
Input*: move to input/
Diffstat (limited to 'test/run_decoder.cxx')
-rw-r--r-- | test/run_decoder.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index e2373f708..3e5f61778 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -21,8 +21,8 @@ #include "IOThread.hxx" #include "decoder/DecoderList.hxx" #include "decoder/DecoderAPI.hxx" -#include "InputInit.hxx" -#include "InputStream.hxx" +#include "input/Init.hxx" +#include "input/InputStream.hxx" #include "AudioFormat.hxx" #include "util/Error.hxx" #include "thread/Cond.hxx" @@ -222,7 +222,7 @@ int main(int argc, char **argv) if (error.IsDefined()) LogError(error); else - fprintf(stderr, "InputStream::Open() failed\n"); + fprintf(stderr, "input/InputStream::Open() failed\n"); return EXIT_FAILURE; } |