summaryrefslogtreecommitdiffstats
path: root/input/input.h
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/input.h
parentfb9bbf2a0d7f8dba0d0674595cc2dc0dab68ad94 (diff)
downloadmpv-76d8683e2ed9b40c955ca2fb25bce98fe1a156b8.tar.bz2
mpv-76d8683e2ed9b40c955ca2fb25bce98fe1a156b8.tar.xz
input: rename cmd_parse.h to cmd.h
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 1 insertions, 1 deletions
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