From 99ee43b33bec75bb43b4c02060776a67246bacca Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 Jan 2014 21:24:39 +0100 Subject: msg: move special declarations to msg_control.h While almost everything uses msg.h, the moved definitions are rarely needed by anything. --- common/msg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/msg.c') diff --git a/common/msg.c b/common/msg.c index 32bbe8e89e..7a4b78b266 100644 --- a/common/msg.c +++ b/common/msg.c @@ -34,7 +34,8 @@ #include "osdep/terminal.h" #include "osdep/io.h" -#include "common/msg.h" +#include "msg.h" +#include "msg_control.h" /* maximum message length of mp_msg */ #define MSGSIZE_MAX 6144 -- cgit v1.2.3