summaryrefslogtreecommitdiff
path: root/src/base/ftsynth.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-06-13 21:15:45 +0200
committerWerner Lemberg <wl@gnu.org>2020-06-13 21:15:45 +0200
commit165868596783af1d296aa4fa30295b22cf7e79a2 (patch)
tree6ab46a0ceefffa54452f56b3b8fcfb348fc636e2 /src/base/ftsynth.c
parente13391333f501967db8823025ce8c63259b5d57e (diff)
downloadfreetype2-165868596783af1d296aa4fa30295b22cf7e79a2.tar.gz
Remove redundant inclusion of `ft2build.h'.
* */*: Remove `#include <ft2build.h>' where possible. * include/freetype/freetype.h: Remove cpp error about missing inclusion of `ft2build.h'.
Diffstat (limited to 'src/base/ftsynth.c')
-rw-r--r--src/base/ftsynth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/ftsynth.c b/src/base/ftsynth.c
index d98e89dff..3c962721b 100644
--- a/src/base/ftsynth.c
+++ b/src/base/ftsynth.c
@@ -16,7 +16,6 @@
*/
-#include <ft2build.h>
#include <freetype/ftsynth.h>
#include <freetype/internal/ftdebug.h>
#include <freetype/internal/ftobjs.h>