| Index: third_party/freetype/include/ttunpat.h
|
| diff --git a/core/include/thirdparties/freetype/freetype/ttunpat.h b/third_party/freetype/include/ttunpat.h
|
| similarity index 97%
|
| rename from core/include/thirdparties/freetype/freetype/ttunpat.h
|
| rename to third_party/freetype/include/ttunpat.h
|
| index 08e27599faec403a3de0ff3d9fc2efce3d8be271..bf53ddd528ffb009921930d38708773f6e55bb76 100644
|
| --- a/core/include/thirdparties/freetype/freetype/ttunpat.h
|
| +++ b/third_party/freetype/include/ttunpat.h
|
| @@ -22,8 +22,8 @@
|
| #define __TTUNPAT_H__
|
|
|
|
|
| -#include "../ft2build.h"
|
| -#include "freetype.h"
|
| +#include <ft2build.h>
|
| +#include FT_FREETYPE_H
|
|
|
| #ifdef FREETYPE_H
|
| #error "freetype.h of FreeType 1 has been loaded!"
|
| @@ -48,7 +48,8 @@ FT_BEGIN_HEADER
|
| */
|
| #define FT_PARAM_TAG_UNPATENTED_HINTING FT_MAKE_TAG( 'u', 'n', 'p', 'a' )
|
|
|
| - /* */
|
| + /* */
|
| +
|
|
|
| FT_END_HEADER
|
|
|
|
|