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.
This commit is contained in:
wm4
2018-05-01 03:19:50 +02:00
committed by Jan Ekström
parent e5f884e68c
commit 9fa0e6bf6a
7 changed files with 88 additions and 146 deletions

View File

@@ -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"