diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 23:30:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 23:30:12 +0100 |
commit | f1f19841bdd291c055f59b6603f69278c66366d8 (patch) | |
tree | 96d674b367234c966df4055686566354a0852072 /test | |
parent | 655ad344140ee250f8becf67544dbe035a3460b1 (diff) |
playlist/*: move to playlist/plugins/
Diffstat (limited to 'test')
-rw-r--r-- | test/dump_playlist.cxx | 6 | ||||
-rw-r--r-- | test/test_translate_song.cxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index bc8741e1b..a5a54e22c 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -20,14 +20,14 @@ #include "config.h" #include "TagSave.hxx" #include "DetachedSong.hxx" -#include "SongEnumerator.hxx" +#include "playlist/SongEnumerator.hxx" #include "InputStream.hxx" #include "ConfigGlobal.hxx" #include "DecoderList.hxx" #include "InputInit.hxx" #include "IOThread.hxx" -#include "PlaylistRegistry.hxx" -#include "PlaylistPlugin.hxx" +#include "playlist/PlaylistRegistry.hxx" +#include "playlist/PlaylistPlugin.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" #include "thread/Cond.hxx" diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx index 6e56e68e5..fcda35f13 100644 --- a/test/test_translate_song.cxx +++ b/test/test_translate_song.cxx @@ -3,7 +3,7 @@ */ #include "config.h" -#include "PlaylistSong.hxx" +#include "playlist/PlaylistSong.hxx" #include "DetachedSong.hxx" #include "tag/TagBuilder.hxx" #include "tag/Tag.hxx" |