| Index: third_party/freetype/src/type1/t1load.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.h b/third_party/freetype/src/type1/t1load.h
|
| similarity index 94%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.h
|
| rename to third_party/freetype/src/type1/t1load.h
|
| index d01744c4cb93d91594c389a405ccab8605e59f0c..546fc33530be4fd0bfdde642048dcf4b2bb257f5 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.h
|
| +++ b/third_party/freetype/src/type1/t1load.h
|
| @@ -20,10 +20,10 @@
|
| #define __T1LOAD_H__
|
|
|
|
|
| -#include "../../include/ft2build.h"
|
| -#include "../../include/freetype/internal/ftstream.h"
|
| -#include "../../include/freetype/internal/psaux.h"
|
| -#include "../../include/freetype/ftmm.h"
|
| +#include <ft2build.h>
|
| +#include FT_INTERNAL_STREAM_H
|
| +#include FT_INTERNAL_POSTSCRIPT_AUX_H
|
| +#include FT_MULTIPLE_MASTERS_H
|
|
|
| #include "t1parse.h"
|
|
|
|
|