summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 15:32:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 15:32:17 +0000
commit4ab63df7af7ceac58d3cb6a3068cb16b4e3ff6ee (patch)
treef63639b8637a276187930c164094b72d82c96446 /command.c
parent1f4109d85e5a788817321f44c45fa763bce5ffed (diff)
downloadmpv-4ab63df7af7ceac58d3cb6a3068cb16b4e3ff6ee.tar.bz2
mpv-4ab63df7af7ceac58d3cb6a3068cb16b4e3ff6ee.tar.xz
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/command.c b/command.c
index 1edcc42bcb..669afa8aca 100644
--- a/command.c
+++ b/command.c
@@ -39,7 +39,6 @@
#include "stream/stream_dvd.h"
#endif
#include "stream/stream_dvdnav.h"
-#include "libass/ass.h"
#include "libass/ass_mp.h"
#include "m_struct.h"
#include "libmenu/menu.h"