From 9fa0e6bf6af287814d1d2e75634544df8eafafef Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 May 2018 03:19:50 +0200 Subject: 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. --- input/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'input/input.h') 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 #include "misc/bstr.h" -#include "cmd_list.h" #include "cmd.h" // For mp_input_put_key(): release all keys that are down. -- cgit v1.2.3