summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-27 19:57:44 +0100
committerwm4 <wm4@nowhere>2014-01-27 19:57:44 +0100
commit5303f5f325d2c26e34d6e249ee0ff66cbf59303c (patch)
tree42764e3b5855687a2a16b5153f44caf5eebcfbea
parent556606942c46527801c9af144b90277be114da41 (diff)
downloadlibass-5303f5f325d2c26e34d6e249ee0ff66cbf59303c.tar.bz2
libass-5303f5f325d2c26e34d6e249ee0ff66cbf59303c.tar.xz
ass_utils: don't include freetype headers
They're not even used.
-rw-r--r--libass/ass_utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_utils.c b/libass/ass_utils.c
index 549eb9b..9d52eca 100644
--- a/libass/ass_utils.c
+++ b/libass/ass_utils.c
@@ -21,8 +21,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
-#include <ft2build.h>
-#include FT_GLYPH_H
#include <strings.h>
#include "ass_library.h"