aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:44:38 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:44:38 +0200
commit5e51fa020dcf634d2c5442ed6c5de108420c7574 (patch)
tree5c7965658e732d6886c355ca5ea34e9761099b6a /src/player_thread.c
parentb616dff77d8e0d7a930327007690444a356dcbf3 (diff)
downloadmpd-5e51fa020dcf634d2c5442ed6c5de108420c7574.tar.gz
mpd-5e51fa020dcf634d2c5442ed6c5de108420c7574.tar.xz
mpd-5e51fa020dcf634d2c5442ed6c5de108420c7574.zip
renamed player.c to player_control.c
Give player.c a better name, meaning that the code is used to control the player thread.
Diffstat (limited to 'src/player_thread.c')
-rw-r--r--src/player_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c
index bb4746132..110705443 100644
--- a/src/player_thread.c
+++ b/src/player_thread.c
@@ -17,7 +17,7 @@
*/
#include "player_thread.h"
-#include "player.h"
+#include "player_control.h"
#include "playerData.h"
#include "decoder_control.h"
#include "audio.h"