summaryrefslogtreecommitdiffstats
path: root/command.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 /command.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 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c
index 311ee9c936..29ccdcfd99 100644
--- a/command.c
+++ b/command.c
@@ -18,6 +18,7 @@
#include "metadata.h"
#include "libmpcodecs/vf.h"
#include "libmpcodecs/vd.h"
+#include "mp_osd.h"
#include "libvo/video_out.h"
#include "libvo/font_load.h"
#include "playtree.h"