summaryrefslogtreecommitdiffstats
path: root/libass/ass.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-06-27 06:52:26 +0200
committerGrigori Goronzy <greg@blackbox>2009-06-27 06:52:26 +0200
commitaf0db69d3f4ca6dfe579135a7d7aa4236e90f0b6 (patch)
tree9b8dac08cbe7e09bbd988fbb37e0932e5e2e18d8 /libass/ass.c
parent4c1f9e93addaa511f96908fe502e8d5709ed7500 (diff)
downloadlibass-af0db69d3f4ca6dfe579135a7d7aa4236e90f0b6.tar.bz2
libass-af0db69d3f4ca6dfe579135a7d7aa4236e90f0b6.tar.xz
Include ass_utils.h instead of mputils.h
Diffstat (limited to 'libass/ass.c')
-rw-r--r--libass/ass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libass/ass.c b/libass/ass.c
index 49a448e..4dba5e2 100644
--- a/libass/ass.c
+++ b/libass/ass.c
@@ -37,7 +37,6 @@
#include "ass.h"
#include "ass_utils.h"
#include "ass_library.h"
-#include "mputils.h"
typedef enum { PST_UNKNOWN =
0, PST_INFO, PST_STYLES, PST_EVENTS, PST_FONTS } parser_state_t;