diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:02:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:02:24 +0100 |
commit | 51adaf2c47761e3f2095a52a7037cd8458b77990 (patch) | |
tree | 46d78d52708a1f75460908187a239cc5c60d1858 /test | |
parent | ea5b901bcce20949a8d1fd622a7b03ff6f56ae20 (diff) |
decoder/*: move to decoder/plugins/
Diffstat (limited to 'test')
-rw-r--r-- | test/FakeDecoderAPI.cxx | 2 | ||||
-rw-r--r-- | test/dump_playlist.cxx | 2 | ||||
-rw-r--r-- | test/read_tags.cxx | 4 | ||||
-rw-r--r-- | test/run_decoder.cxx | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/test/FakeDecoderAPI.cxx b/test/FakeDecoderAPI.cxx index 7ff7904b2..dc66c5717 100644 --- a/test/FakeDecoderAPI.cxx +++ b/test/FakeDecoderAPI.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "DecoderAPI.hxx" +#include "decoder/DecoderAPI.hxx" #include "InputStream.hxx" #include "util/Error.hxx" #include "Compiler.h" diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index a5a54e22c..37fcfd391 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -23,7 +23,7 @@ #include "playlist/SongEnumerator.hxx" #include "InputStream.hxx" #include "ConfigGlobal.hxx" -#include "DecoderList.hxx" +#include "decoder/DecoderList.hxx" #include "InputInit.hxx" #include "IOThread.hxx" #include "playlist/PlaylistRegistry.hxx" diff --git a/test/read_tags.cxx b/test/read_tags.cxx index ce4db6f24..68bf88fe3 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -19,8 +19,8 @@ #include "config.h" #include "IOThread.hxx" -#include "DecoderList.hxx" -#include "DecoderPlugin.hxx" +#include "decoder/DecoderList.hxx" +#include "decoder/DecoderPlugin.hxx" #include "InputInit.hxx" #include "InputStream.hxx" #include "AudioFormat.hxx" diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index db9fc6413..e2373f708 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -19,8 +19,8 @@ #include "config.h" #include "IOThread.hxx" -#include "DecoderList.hxx" -#include "DecoderAPI.hxx" +#include "decoder/DecoderList.hxx" +#include "decoder/DecoderAPI.hxx" #include "InputInit.hxx" #include "InputStream.hxx" #include "AudioFormat.hxx" |