[dlg] Lighten up the inclusions.

The DLG wrapper needs to know if FT_DEBUG_LOGGING is defined in
`ftoption.h`. It does not need entire FreeType.

* src/dlg/dlgwrap.c: Include FT_CONFIG_OPTIONS_H directly.
This commit is contained in:
Alexei Podtelezhnikov 2021-11-07 10:05:05 -05:00
parent cb9e7b7aac
commit c693377ed3
1 changed files with 2 additions and 6 deletions

View File

@ -16,12 +16,8 @@
*/
/* We have to duplicate these feature test macros from `dlg.c` */
/* since `freetype.h` loads some affected standard headers. */
#define _XOPEN_SOURCE 600
#define _POSIX_C_SOURCE 200809L
#include <freetype/freetype.h>
#include <ft2build.h>
#include FT_CONFIG_OPTIONS_H
#ifdef FT_DEBUG_LOGGING