diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2024-04-22 07:10:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 07:10:23 +0100 |
| commit | aea6a5537d424a269675969ba3653d291121984e (patch) | |
| tree | 6d8f7ede33f403786bdfa91973676c1bf833f0f7 /libfreetype/ftsystem_inf.c | |
| parent | 73b5cba380d148e77d696880027a416cda50f756 (diff) | |
| parent | 3df3f6f7d81cd03b0f10ef557e0c96ab0f6cd702 (diff) | |
Merge pull request #12 from dboddie/update-freetype
Update FreeType to the latest code
Diffstat (limited to 'libfreetype/ftsystem_inf.c')
| -rw-r--r-- | libfreetype/ftsystem_inf.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libfreetype/ftsystem_inf.c b/libfreetype/ftsystem_inf.c index 9e0a8738..f4395ea4 100644 --- a/libfreetype/ftsystem_inf.c +++ b/libfreetype/ftsystem_inf.c @@ -29,11 +29,12 @@ #include <ft2build.h> #include FT_CONFIG_CONFIG_H -#include FT_INTERNAL_DEBUG_H -#include FT_SYSTEM_H -#include FT_ERRORS_H -#include FT_TYPES_H +#include <freetype/internal/ftdebug.h> +#include <freetype/ftsystem.h> +#include <freetype/fterrors.h> +#include <freetype/fttypes.h> +#include "lib9.h" #include "kernel.h" /*#include <stdio.h>*/ |
