| Index: third_party/freetype/src/cff/cfftypes.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cfftypes.h b/third_party/freetype/src/cff/cfftypes.h
|
| similarity index 96%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cfftypes.h
|
| rename to third_party/freetype/src/cff/cfftypes.h
|
| index f08e064fb30d305bf1e4a23faccac66619f63339..87274466644eb3c5f709c665c807d93a633ef116 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cfftypes.h
|
| +++ b/third_party/freetype/src/cff/cfftypes.h
|
| @@ -21,12 +21,12 @@
|
| #define __CFFTYPES_H__
|
|
|
|
|
| -#include "../../include/ft2build.h"
|
| -#include "../../include/freetype/freetype.h"
|
| -#include "../../include/freetype/t1tables.h"
|
| -#include "../../include/freetype/internal/ftserv.h"
|
| -#include "../../include/freetype/internal/services/svpscmap.h"
|
| -#include "../../include/freetype/internal/pshints.h"
|
| +#include <ft2build.h>
|
| +#include FT_FREETYPE_H
|
| +#include FT_TYPE1_TABLES_H
|
| +#include FT_INTERNAL_SERVICE_H
|
| +#include FT_SERVICE_POSTSCRIPT_CMAPS_H
|
| +#include FT_INTERNAL_POSTSCRIPT_HINTS_H
|
|
|
|
|
| FT_BEGIN_HEADER
|
|
|