summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-01 03:19:50 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:20:01 +0300
commit9fa0e6bf6af287814d1d2e75634544df8eafafef (patch)
treecdc3882dbbce61c2debf1f836eb18d3ee537f870 /input/input.h
parente5f884e68cc58913a4d8f6409c474f917e2fd975 (diff)
downloadmpv-9fa0e6bf6af287814d1d2e75634544df8eafafef.tar.bz2
mpv-9fa0e6bf6af287814d1d2e75634544df8eafafef.tar.xz
input: merge cmd_list.c with cmd.c
It doesn't really make sense to keep a separate cmd_list.c file, which does _not_ contain a command list, but only a few minor helper functions.
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/input.h b/input/input.h
index 6af170319b..d976fcd780 100644
--- a/input/input.h
+++ b/input/input.h
@@ -21,7 +21,6 @@
#include <stdbool.h>
#include "misc/bstr.h"
-#include "cmd_list.h"
#include "cmd.h"
// For mp_input_put_key(): release all keys that are down.