summaryrefslogtreecommitdiffstats
path: root/player
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 /player
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 'player')
-rw-r--r--player/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/client.c b/player/client.c
index 0e50d735fc..2c21dd727c 100644
--- a/player/client.c
+++ b/player/client.c
@@ -28,7 +28,7 @@
#include "common/msg_control.h"
#include "common/global.h"
#include "input/input.h"
-#include "input/cmd_list.h"
+#include "input/cmd.h"
#include "misc/ctype.h"
#include "misc/dispatch.h"
#include "misc/rendezvous.h"