summaryrefslogtreecommitdiffstats
path: root/common/msg.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-16 21:24:39 +0100
committerwm4 <wm4@nowhere>2014-01-16 23:06:40 +0100
commit99ee43b33bec75bb43b4c02060776a67246bacca (patch)
tree59ca4784324dcf8ccdf24bd265b588004de3ebb6 /common/msg.c
parent5b14db5ab1be11f905fbc4afe7fc2e9ff5c29a81 (diff)
downloadmpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.bz2
mpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.xz
msg: move special declarations to msg_control.h
While almost everything uses msg.h, the moved definitions are rarely needed by anything.
Diffstat (limited to 'common/msg.c')
-rw-r--r--common/msg.c3
1 files changed, 2 insertions, 1 deletions
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