summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-30 21:47:14 +0100
committerwm4 <wm4@nowhere>2013-10-30 22:19:31 +0100
commit2ccc3721ef9fc0acf39203e6709fa638a79222ae (patch)
treeb4e4ad1b44b0baa0f3ce7c9696213dcabce3699f /mpvcore/player/command.c
parentfdd1b8cac13b7504e11db7e63f20d86e0f2e1cb2 (diff)
downloadmpv-2ccc3721ef9fc0acf39203e6709fa638a79222ae.tar.bz2
mpv-2ccc3721ef9fc0acf39203e6709fa638a79222ae.tar.xz
player: merge mp_osd.h into mp_core.h
Just doing this because mp_osd.h and osd.c is not consistent. There are some other header files (command.h and screenshot.h), but since I don't feel too good about inflating mp_core.h, I'm not merging them, at least not yet.
Diffstat (limited to 'mpvcore/player/command.c')
-rw-r--r--mpvcore/player/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/player/command.c b/mpvcore/player/command.c
index f1a2453ca9..29352ee3f3 100644
--- a/mpvcore/player/command.c
+++ b/mpvcore/player/command.c
@@ -45,7 +45,6 @@
#include "mpvcore/m_config.h"
#include "video/filter/vf.h"
#include "video/decode/vd.h"
-#include "mp_osd.h"
#include "video/out/vo.h"
#include "video/csputils.h"
#include "audio/mixer.h"