Move freetype include along with the others, and use freetype define.

SVN revision: 16633
This commit is contained in:
sebastid 2005-09-07 02:31:30 +00:00 committed by sebastid
parent bb818f0cc2
commit fd5a41f525
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#include "evas_common.h"
/* The freetype size functions are not normally exported */
#include <freetype/ftsizes.h>
extern FT_Library evas_ft_lib;

View File

@ -121,6 +121,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_SIZES_H
/*****************************************************************************/