mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 05:10:19 +01:00
* src/autofit/afgsub.c: Evaluate FT_CONFIG_OPTION_USE_HARFBUZZ
after <freetype/freetype.h> and others. Fixes issue #1360.
This commit is contained in:
parent
3d871c5a0c
commit
184910dbef
1 changed files with 3 additions and 2 deletions
|
|
@ -15,8 +15,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_USE_HARFBUZZ
|
||||
|
||||
|
||||
#include <freetype/freetype.h>
|
||||
#include <freetype/tttables.h>
|
||||
|
|
@ -24,6 +22,9 @@
|
|||
|
||||
#include <freetype/internal/ftstream.h>
|
||||
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_USE_HARFBUZZ
|
||||
|
||||
#include "afglobal.h"
|
||||
#include "afgsub.h"
|
||||
#include "aftypes.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue