| Index: third_party/freetype/src/cff/cffpic.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.c b/third_party/freetype/src/cff/cffpic.c
|
| similarity index 97%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.c
|
| rename to third_party/freetype/src/cff/cffpic.c
|
| index 5675e731554233ae40ccc5496e7392722918b398..f22e4f0d537e795f6603583b4f4deb353cfe5c13 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.c
|
| +++ b/third_party/freetype/src/cff/cffpic.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 "cffcmap.h"
|
| #include "cffpic.h"
|
| #include "cfferrs.h"
|
|
|