| Index: third_party/freetype/src/base/basepic.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/basepic.h b/third_party/freetype/src/base/basepic.h
|
| similarity index 95%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/base/basepic.h
|
| rename to third_party/freetype/src/base/basepic.h
|
| index e2308cad2697a3ff841ea38bda29374e10cd9308..329d7c8fd61ab116d8d33dfed82a8e0e8daf5ebc 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/basepic.h
|
| +++ b/third_party/freetype/src/base/basepic.h
|
| @@ -22,7 +22,7 @@
|
|
|
| FT_BEGIN_HEADER
|
|
|
| -#include "../../include/freetype/internal/ftpic.h"
|
| +#include FT_INTERNAL_PIC_H
|
|
|
| #ifndef FT_CONFIG_OPTION_PIC
|
|
|
| @@ -36,10 +36,10 @@ FT_BEGIN_HEADER
|
|
|
| #else /* FT_CONFIG_OPTION_PIC */
|
|
|
| -#include "../../include/freetype/ftglyph.h"
|
| +#include FT_GLYPH_H
|
|
|
| #ifdef FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK
|
| -#include "../../include/freetype/internal/ftrfork.h"
|
| +#include FT_INTERNAL_RFORK_H
|
| #endif
|
|
|
|
|
|
|