From 76d8683e2ed9b40c955ca2fb25bce98fe1a156b8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 May 2018 03:14:30 +0200 Subject: input: rename cmd_parse.h to cmd.h --- input/cmd_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/cmd_list.c') 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) -- cgit v1.2.3