From 095ea6e18c55df550fda14f72c2d174af9b239ba Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 26 Jun 2014 10:37:02 +0200 Subject: Solved freetype compilation problems --- freetype/src/autofit/afcjk.c | 4 ++-- freetype/src/autofit/aferrors.h | 4 ++-- freetype/src/autofit/afhints.c | 4 ++-- freetype/src/autofit/aflatin.c | 4 ++-- freetype/src/autofit/afmodule.c | 4 ++-- freetype/src/autofit/afmodule.h | 2 +- freetype/src/autofit/afpic.h | 2 +- freetype/src/autofit/aftypes.h | 6 +++--- 8 files changed, 15 insertions(+), 15 deletions(-) (limited to 'freetype/src/autofit') diff --git a/freetype/src/autofit/afcjk.c b/freetype/src/autofit/afcjk.c index 7402b9b08..360ecd935 100644 --- a/freetype/src/autofit/afcjk.c +++ b/freetype/src/autofit/afcjk.c @@ -23,8 +23,8 @@ */ #include -#include -#include +#include +#include #include "afglobal.h" #include "afpic.h" diff --git a/freetype/src/autofit/aferrors.h b/freetype/src/autofit/aferrors.h index 824d0b3a3..b04ac2305 100644 --- a/freetype/src/autofit/aferrors.h +++ b/freetype/src/autofit/aferrors.h @@ -26,7 +26,7 @@ #ifndef __AFERRORS_H__ #define __AFERRORS_H__ -#include +#include #undef __FTERRORS_H__ @@ -34,7 +34,7 @@ #define FT_ERR_PREFIX AF_Err_ #define FT_ERR_BASE FT_Mod_Err_Autofit -#include +#include #endif /* __AFERRORS_H__ */ diff --git a/freetype/src/autofit/afhints.c b/freetype/src/autofit/afhints.c index c96c7ac3c..d9fb13364 100644 --- a/freetype/src/autofit/afhints.c +++ b/freetype/src/autofit/afhints.c @@ -18,8 +18,8 @@ #include "afhints.h" #include "aferrors.h" -#include -#include +#include +#include /*************************************************************************/ diff --git a/freetype/src/autofit/aflatin.c b/freetype/src/autofit/aflatin.c index 2938f79c7..e6f4dfb05 100644 --- a/freetype/src/autofit/aflatin.c +++ b/freetype/src/autofit/aflatin.c @@ -17,8 +17,8 @@ #include -#include -#include +#include +#include #include "afglobal.h" #include "afpic.h" diff --git a/freetype/src/autofit/afmodule.c b/freetype/src/autofit/afmodule.c index 55c8d596f..ba3b283ae 100644 --- a/freetype/src/autofit/afmodule.c +++ b/freetype/src/autofit/afmodule.c @@ -29,8 +29,8 @@ void* _af_debug_hints; #endif -#include -#include +#include +#include #include FT_AUTOHINTER_H #include FT_SERVICE_PROPERTIES_H diff --git a/freetype/src/autofit/afmodule.h b/freetype/src/autofit/afmodule.h index b347decc9..6c7a5d123 100644 --- a/freetype/src/autofit/afmodule.h +++ b/freetype/src/autofit/afmodule.h @@ -20,7 +20,7 @@ #define __AFMODULE_H__ #include -#include +#include #include FT_MODULE_H #include "afloader.h" diff --git a/freetype/src/autofit/afpic.h b/freetype/src/autofit/afpic.h index e2b026751..3afd1fce1 100644 --- a/freetype/src/autofit/afpic.h +++ b/freetype/src/autofit/afpic.h @@ -22,7 +22,7 @@ FT_BEGIN_HEADER -#include +#include #ifndef FT_CONFIG_OPTION_PIC diff --git a/freetype/src/autofit/aftypes.h b/freetype/src/autofit/aftypes.h index 9f2331eed..b4cc0f8af 100644 --- a/freetype/src/autofit/aftypes.h +++ b/freetype/src/autofit/aftypes.h @@ -34,10 +34,10 @@ #include -#include +#include #include FT_OUTLINE_H -#include -#include +#include +#include #include "afblue.h" -- cgit v1.2.3