diff options
Diffstat (limited to '')
-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" |