| Index: third_party/freetype/src/base/ftotval.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ftotval.c b/third_party/freetype/src/base/ftotval.c
|
| similarity index 91%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/base/ftotval.c
|
| rename to third_party/freetype/src/base/ftotval.c
|
| index 898fd19ede1a12bf147b18c6209bd5fb0a3f7d2c..5fc73d76ab38873af807a9e21136fb8cc05cd70f 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ftotval.c
|
| +++ b/third_party/freetype/src/base/ftotval.c
|
| @@ -15,12 +15,12 @@
|
| /* */
|
| /***************************************************************************/
|
|
|
| -#include "../../include/ft2build.h"
|
| -#include "../../include/freetype/internal/ftdebug.h"
|
| +#include <ft2build.h>
|
| +#include FT_INTERNAL_DEBUG_H
|
|
|
| -#include "../../include/freetype/internal/ftobjs.h"
|
| -#include "../../include/freetype/internal/services/svotval.h"
|
| -#include "../../include/freetype/ftotval.h"
|
| +#include FT_INTERNAL_OBJECTS_H
|
| +#include FT_SERVICE_OPENTYPE_VALIDATE_H
|
| +#include FT_OPENTYPE_VALIDATE_H
|
|
|
|
|
| /* documentation is in ftotval.h */
|
|
|