mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
input: merge cmd_list.c with cmd.c
It doesn't really make sense to keep a separate cmd_list.c file, which does _not_ contain a command list, but only a few minor helper functions.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "common/msg_control.h"
|
||||
#include "common/global.h"
|
||||
#include "input/input.h"
|
||||
#include "input/cmd_list.h"
|
||||
#include "input/cmd.h"
|
||||
#include "misc/ctype.h"
|
||||
#include "misc/dispatch.h"
|
||||
#include "misc/rendezvous.h"
|
||||
|
||||
Reference in New Issue
Block a user