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 /src/player | |
parent | a31da51fd9bd215645b9cabce5fefa449ca14c90 (diff) |
DetachedSong, db/LightSong, SongFilter: move to src/song/
Diffstat (limited to 'src/player')
-rw-r--r-- | src/player/Control.cxx | 2 | ||||
-rw-r--r-- | src/player/Thread.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/player/Control.cxx b/src/player/Control.cxx index 4e4bdb00d..6d48d28d6 100644 --- a/src/player/Control.cxx +++ b/src/player/Control.cxx @@ -21,7 +21,7 @@ #include "Control.hxx" #include "Outputs.hxx" #include "Idle.hxx" -#include "DetachedSong.hxx" +#include "song/DetachedSong.hxx" #include <algorithm> diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx index fe67f5ed9..8a91d0c57 100644 --- a/src/player/Thread.cxx +++ b/src/player/Thread.cxx @@ -26,7 +26,7 @@ #include "MusicPipe.hxx" #include "MusicBuffer.hxx" #include "MusicChunk.hxx" -#include "DetachedSong.hxx" +#include "song/DetachedSong.hxx" #include "CrossFade.hxx" #include "Control.hxx" #include "tag/Tag.hxx" |