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/playloop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore/player/playloop.c') diff --git a/mpvcore/player/playloop.c b/mpvcore/player/playloop.c index bdce1cf74d..8efb6d6693 100644 --- a/mpvcore/player/playloop.c +++ b/mpvcore/player/playloop.c @@ -47,7 +47,6 @@ #include "video/out/vo.h" #include "mp_core.h" -#include "mp_osd.h" #include "screenshot.h" #include "command.h" -- cgit v1.2.3