From 5e51fa020dcf634d2c5442ed6c5de108420c7574 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:44:38 +0200 Subject: renamed player.c to player_control.c Give player.c a better name, meaning that the code is used to control the player thread. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index d77b16b42..e95299ab3 100644 --- a/src/command.c +++ b/src/command.c @@ -17,7 +17,7 @@ */ #include "command.h" -#include "player.h" +#include "player_control.h" #include "playlist.h" #include "ls.h" #include "directory.h" -- cgit v1.2.3