summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index b664c79..194c906 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -30,9 +30,6 @@
#include "hb.h"
#endif
-// XXX: fix the inclusion mess so we can avoid doing this here
-typedef struct ass_shaper ASS_Shaper;
-
#include "ass.h"
#include "ass_font.h"
#include "ass_bitmap.h"
@@ -291,6 +288,8 @@ typedef struct {
size_t composite_max_size;
} CacheStore;
+#include "ass_shaper.h"
+
struct ass_renderer {
ASS_Library *library;
FT_Library ftlibrary;