From 2ccc3721ef9fc0acf39203e6709fa638a79222ae Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Oct 2013 21:47:14 +0100 Subject: 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. --- mpvcore/player/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore/player/command.c') 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" -- cgit v1.2.3