aboutsummaryrefslogtreecommitdiffstats
path: root/src/player/Thread.cxx
diff options
context:
space:
mode:
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"