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/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 16b203a5e7..6af170319b 100644 --- a/input/input.h +++ b/input/input.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 -- cgit v1.2.3