renamed player.c to player_control.c
Give player.c a better name, meaning that the code is used to control the player thread.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
#include "command.h"
|
||||
#include "conf.h"
|
||||
#include "log.h"
|
||||
#include "player.h"
|
||||
#include "player_control.h"
|
||||
#include "gcc.h"
|
||||
#include "utils.h"
|
||||
#include "ack.h"
|
||||
|
||||
Reference in New Issue
Block a user