input: rename cmd_parse.h to cmd.h

This commit is contained in:
wm4 2018-05-01 03:14:30 +02:00 committed by Jan Ekström
parent fb9bbf2a0d
commit 76d8683e2e
5 changed files with 3 additions and 5 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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