summaryrefslogtreecommitdiff
path: root/src/base/ftglyph.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/ftglyph.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/ftglyph.c')
-rw-r--r--src/base/ftglyph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/ftglyph.c b/src/base/ftglyph.c
index 2f85c6de1..78dff7ff2 100644
--- a/src/base/ftglyph.c
+++ b/src/base/ftglyph.c
@@ -28,7 +28,6 @@
*/
-#include <ft2build.h>
#include <freetype/internal/ftdebug.h>
#include <freetype/ftglyph.h>