diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-02 13:45:43 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-02 13:51:18 +0200 |
commit | 90201e997085f04f5ac28333d2fbc70fbd6809f0 (patch) | |
tree | 932ba5f3618bc1efda878164e33bd3e6fd2f4d74 /test/test_translate_song.cxx | |
parent | a31da51fd9bd215645b9cabce5fefa449ca14c90 (diff) |
DetachedSong, db/LightSong, SongFilter: move to src/song/
Diffstat (limited to 'test/test_translate_song.cxx')
-rw-r--r-- | test/test_translate_song.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx index 4a78af867..10c1acc61 100644 --- a/test/test_translate_song.cxx +++ b/test/test_translate_song.cxx @@ -4,7 +4,7 @@ #include "config.h" #include "playlist/PlaylistSong.hxx" -#include "DetachedSong.hxx" +#include "song/DetachedSong.hxx" #include "SongLoader.hxx" #include "client/Client.hxx" #include "tag/Builder.hxx" |