summaryrefslogtreecommitdiffstats
path: root/sub/osd_dummy.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-26 16:34:31 +0100
committerwm4 <wm4@nowhere>2017-01-26 16:34:31 +0100
commit60452f640fd405133ebf6f7ba773b0e25071fcf1 (patch)
treedfcd28fb2e4c72e5e182aeb6f7c54a6eab7889fa /sub/osd_dummy.c
parent753dbea83fb3df7197ade934b01ecd2d4a310c33 (diff)
downloadmpv-60452f640fd405133ebf6f7ba773b0e25071fcf1.tar.bz2
mpv-60452f640fd405133ebf6f7ba773b0e25071fcf1.tar.xz
osd: move some internal declarations to internal headers
Diffstat (limited to 'sub/osd_dummy.c')
-rw-r--r--sub/osd_dummy.c2
1 files changed, 1 insertions, 1 deletions
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)
{