summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-01 03:14:30 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:20:01 +0300
commit76d8683e2ed9b40c955ca2fb25bce98fe1a156b8 (patch)
treeddc6293e56ad882fbf3cbd643998f08ad5dd97e3 /input/cmd_list.c
parentfb9bbf2a0d7f8dba0d0674595cc2dc0dab68ad94 (diff)
downloadmpv-76d8683e2ed9b40c955ca2fb25bce98fe1a156b8.tar.bz2
mpv-76d8683e2ed9b40c955ca2fb25bce98fe1a156b8.tar.xz
input: rename cmd_parse.h to cmd.h
Diffstat (limited to 'input/cmd_list.c')
-rw-r--r--input/cmd_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 23a5da774e..d57b0796e4 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -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)