| Index: third_party/freetype/src/smooth/ftspic.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ftspic.c b/third_party/freetype/src/smooth/ftspic.c
|
| similarity index 96%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ftspic.c
|
| rename to third_party/freetype/src/smooth/ftspic.c
|
| index 42b9373bc3abd6c72adf3df467c687bcf64e4d44..67a2b8310cbbcd8e37e95c2784d9dfca3e4fb7a9 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ftspic.c
|
| +++ b/third_party/freetype/src/smooth/ftspic.c
|
| @@ -16,9 +16,9 @@
|
| /***************************************************************************/
|
|
|
|
|
| -#include "../../include/ft2build.h"
|
| -#include "../../include/freetype/freetype.h"
|
| -#include "../../include/freetype/internal/ftobjs.h"
|
| +#include <ft2build.h>
|
| +#include FT_FREETYPE_H
|
| +#include FT_INTERNAL_OBJECTS_H
|
| #include "ftspic.h"
|
| #include "ftsmerrs.h"
|
|
|
|
|