summaryrefslogtreecommitdiffstats
path: root/options
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 /options
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 'options')
-rw-r--r--options/m_option.c1
-rw-r--r--options/parse_commandline.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/options/m_option.c b/options/m_option.c
index 7754c830d1..36e0678593 100644
--- a/options/m_option.c
+++ b/options/m_option.c
@@ -38,6 +38,7 @@
#include "talloc.h"
#include "common/common.h"
#include "common/msg.h"
+#include "common/msg_control.h"
#include "m_option.h"
#include "m_config.h"
diff --git a/options/parse_commandline.c b/options/parse_commandline.c
index 11ef85a871..6cd27eb282 100644
--- a/options/parse_commandline.c
+++ b/options/parse_commandline.c
@@ -27,6 +27,7 @@
#include "common/global.h"
#include "common/msg.h"
+#include "common/msg_control.h"
#include "m_option.h"
#include "m_config.h"
#include "options.h"