diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-03 13:01:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-03 13:01:27 +0000 |
commit | 6d6960d306ac9c0f304df063d11a4f24a040dece (patch) | |
tree | 100ee70314d92ffc512a03d5e2c2a3f03f08e17b /lib | |
parent | 41bfaafc9de24c702a03a7ae2ed8baa6a0214d55 (diff) |
MFC: Use FT_*_H macros instead of including <freetype/*.h>
freetype moved its headers around in 2.5.1.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libXft/src/xftglyphs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXft/src/xftglyphs.c b/lib/libXft/src/xftglyphs.c index 87e0dcf1a..f75a636d2 100644 --- a/lib/libXft/src/xftglyphs.c +++ b/lib/libXft/src/xftglyphs.c @@ -21,10 +21,10 @@ */ #include "xftint.h" -#include <freetype/ftoutln.h> -#include <freetype/ftlcdfil.h> +#include FT_OUTLINE_H +#include FT_LCD_FILTER_H -#include <freetype/ftsynth.h> +#include FT_SYNTHESIS_H /* * Validate the memory info for a font |