summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/screenshot.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/screenshot.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/screenshot.c')
-rw-r--r--mpvcore/player/screenshot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/player/screenshot.c b/mpvcore/player/screenshot.c
index bafb3012fb..aeb15c0fd7 100644
--- a/mpvcore/player/screenshot.c
+++ b/mpvcore/player/screenshot.c
@@ -30,7 +30,6 @@
#include "command.h"
#include "mpvcore/bstr.h"
#include "mpvcore/mp_msg.h"
-#include "mp_osd.h"
#include "mpvcore/path.h"
#include "video/mp_image.h"
#include "video/decode/dec_video.h"