From 60452f640fd405133ebf6f7ba773b0e25071fcf1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Jan 2017 16:34:31 +0100 Subject: osd: move some internal declarations to internal headers --- sub/osd_dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/osd_dummy.c') diff --git a/sub/osd_dummy.c b/sub/osd_dummy.c index 796d954c08..f7710ae2df 100644 --- a/sub/osd_dummy.c +++ b/sub/osd_dummy.c @@ -4,7 +4,7 @@ #include "config.h" #include "mpv_talloc.h" -#include "osd.h" +#include "osd_state.h" void osd_init_backend(struct osd_state *osd) { -- cgit v1.2.3