diff options
author | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 17:56:49 +0000 |
---|---|---|
committer | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 17:56:49 +0000 |
commit | edc6501697db5fb4a48e549ded11bd272dcf75e2 (patch) | |
tree | 55cc96b22c8e892a83b397ab93c451acabda38eb | |
parent | 07786c1275cb0caa088cfee1377ecaa7efad1760 (diff) |
Don't include freetype headers in other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21339 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libass/ass_cache.h | 5 | ||||
-rw-r--r-- | libass/ass_font.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h index 12f4293458..621ab162f3 100644 --- a/libass/ass_cache.h +++ b/libass/ass_cache.h @@ -21,11 +21,6 @@ #ifndef __ASS_CACHE_H__ #define __ASS_CACHE_H__ -#include <ft2build.h> -#include FT_FREETYPE_H -#include FT_STROKER_H -#include FT_GLYPH_H - void ass_font_cache_init(void); ass_font_t* ass_font_cache_find(ass_font_desc_t* desc); void ass_font_cache_add(ass_font_t* font); diff --git a/libass/ass_font.h b/libass/ass_font.h index ed3c438d74..da86064bea 100644 --- a/libass/ass_font.h +++ b/libass/ass_font.h @@ -21,11 +21,6 @@ #ifndef __ASS_FONT_H__ #define __ASS_FONT_H__ -#include <ft2build.h> -#include FT_FREETYPE_H -#include FT_STROKER_H -#include FT_GLYPH_H - typedef struct ass_font_desc_s { char* family; unsigned bold; |