mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
input: rename cmd_parse.h to cmd.h
This commit is contained in:
parent
fb9bbf2a0d
commit
76d8683e2e
@ -25,7 +25,7 @@
|
||||
|
||||
#include "input.h"
|
||||
#include "cmd_list.h"
|
||||
#include "cmd_parse.h"
|
||||
#include "cmd.h"
|
||||
|
||||
// 0: no, 1: maybe, 2: sure
|
||||
static int is_abort_cmd(struct mp_cmd *cmd)
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "common/msg.h"
|
||||
#include "options/m_option.h"
|
||||
|
||||
#include "cmd_parse.h"
|
||||
#include "cmd.h"
|
||||
#include "cmd_list.h"
|
||||
#include "input.h"
|
||||
|
||||
|
@ -39,8 +39,6 @@
|
||||
|
||||
#include "input.h"
|
||||
#include "keycodes.h"
|
||||
#include "cmd_list.h"
|
||||
#include "cmd_parse.h"
|
||||
#include "osdep/threads.h"
|
||||
#include "osdep/timer.h"
|
||||
#include "common/msg.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "misc/bstr.h"
|
||||
|
||||
#include "cmd_list.h"
|
||||
#include "cmd_parse.h"
|
||||
#include "cmd.h"
|
||||
|
||||
// For mp_input_put_key(): release all keys that are down.
|
||||
#define MP_INPUT_RELEASE_ALL -1
|
||||
|
Loading…
Reference in New Issue
Block a user