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. --- player/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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" -- cgit v1.2.3