From 7a847a68d7e7ddc20e4a20613d1dd116070b4f20 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 13 Feb 2013 10:13:34 +0100 Subject: Freetype: solved compile problems --- freetype/src/autofit/afhints.c | 2 +- freetype/src/autofit/afmodule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'freetype/src/autofit') diff --git a/freetype/src/autofit/afhints.c b/freetype/src/autofit/afhints.c index 01708b3d7..66d88768c 100644 --- a/freetype/src/autofit/afhints.c +++ b/freetype/src/autofit/afhints.c @@ -19,7 +19,7 @@ #include "afhints.h" #include "aferrors.h" #include -#include FT_INTERNAL_DEBUG_H +#include /*************************************************************************/ diff --git a/freetype/src/autofit/afmodule.c b/freetype/src/autofit/afmodule.c index 5257aeb95..f70f1d670 100644 --- a/freetype/src/autofit/afmodule.c +++ b/freetype/src/autofit/afmodule.c @@ -30,7 +30,7 @@ #endif #include -#include FT_INTERNAL_DEBUG_H +#include #include FT_AUTOHINTER_H #include FT_SERVICE_PROPERTIES_H -- cgit v1.2.3