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/PlayerThread.cxx | |
parent | 36cd73df51c6bae6b283f1bf14704d86ad98b3c5 (diff) | |
download | mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.gz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.xz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.zip |
PlayerThread, ...: move to src/player/
Diffstat (limited to '')
-rw-r--r-- | src/player/Thread.cxx (renamed from src/PlayerThread.cxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PlayerThread.cxx b/src/player/Thread.cxx index a1fd24bbe..60e253f4c 100644 --- a/src/PlayerThread.cxx +++ b/src/player/Thread.cxx @@ -18,8 +18,8 @@ */ #include "config.h" -#include "PlayerThread.hxx" -#include "PlayerListener.hxx" +#include "Thread.hxx" +#include "Listener.hxx" #include "decoder/DecoderThread.hxx" #include "decoder/DecoderControl.hxx" #include "MusicPipe.hxx" @@ -28,7 +28,7 @@ #include "DetachedSong.hxx" #include "system/FatalError.hxx" #include "CrossFade.hxx" -#include "PlayerControl.hxx" +#include "Control.hxx" #include "output/MultipleOutputs.hxx" #include "tag/Tag.hxx" #include "Idle.hxx" |