summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 09:49:25 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:48:38 +0300
commitc510959da57b20a316d388661c4a873d27c4dc8f (patch)
treed2e6ee6aff1f14e16b1086bc19f84fcad17fa06d /mplayer.c
parent66bd120a3a8c15ee3bd7ce41e7258e8b33925864 (diff)
downloadmpv-c510959da57b20a316d388661c4a873d27c4dc8f.tar.bz2
mpv-c510959da57b20a316d388661c4a873d27c4dc8f.tar.xz
Remove some unnecessary recursive includes
Remove some #include lines from headers, some of those removals made possible by using incomplete struct types instead of typedefs. Include mp_osd.h in mplayer.c and command.c after removing it from mp_core.h. Remove "#ifdef USE_ASS" around some "struct ass_track_s *" fields which will now compile even without ASS support.
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 75be76e901..3b724899aa 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -54,6 +54,7 @@
#include "subreader.h"
+#include "mp_osd.h"
#include "libvo/video_out.h"
#include "libvo/font_load.h"