diff options
author | Max Kellermann <max@duempel.org> | 2015-08-15 15:55:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-15 15:55:46 +0200 |
commit | 5fba8d773c3f6ea35a2934baa91372806f1c9940 (patch) | |
tree | 8afb1d6383f4bac521b7aa544f823a698e5a479d /src/queue/PlaylistControl.cxx | |
parent | 36cd73df51c6bae6b283f1bf14704d86ad98b3c5 (diff) | |
download | mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.gz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.xz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.zip |
PlayerThread, ...: move to src/player/
Diffstat (limited to 'src/queue/PlaylistControl.cxx')
-rw-r--r-- | src/queue/PlaylistControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/PlaylistControl.cxx b/src/queue/PlaylistControl.cxx index ed4a77e36..f7f0a4225 100644 --- a/src/queue/PlaylistControl.cxx +++ b/src/queue/PlaylistControl.cxx @@ -25,7 +25,7 @@ #include "config.h" #include "Playlist.hxx" #include "PlaylistError.hxx" -#include "PlayerControl.hxx" +#include "player/Control.hxx" #include "DetachedSong.hxx" #include "Log.hxx" |