diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:44:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:44:38 +0200 |
commit | 5e51fa020dcf634d2c5442ed6c5de108420c7574 (patch) | |
tree | 5c7965658e732d6886c355ca5ea34e9761099b6a /src/command.c | |
parent | b616dff77d8e0d7a930327007690444a356dcbf3 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |