diff options
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>*/ |
