summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxgdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxgdef.c')
-rw-r--r--pango/opentype/ftxgdef.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/pango/opentype/ftxgdef.c b/pango/opentype/ftxgdef.c
index c1d5b797..d1cbda1e 100644
--- a/pango/opentype/ftxgdef.c
+++ b/pango/opentype/ftxgdef.c
@@ -15,16 +15,16 @@
*
******************************************************************/
-#include <freetype/tttags.h>
-
-#include <freetype/internal/ftstream.h>
-#include <freetype/internal/ftmemory.h>
-#include <freetype/internal/tttypes.h>
+#include "ftxopen.h"
+#include "ftxopenf.h"
#include "fterrcompat.h"
-#include "ftxopen.h"
-#include "ftxopenf.h"
+#include FT_TRUETYPE_TAGS_H
+
+#include FT_INTERNAL_STREAM_H
+#include FT_INTERNAL_MEMORY_H
+#include FT_INTERNAL_TRUETYPE_TYPES_H
#define TTAG_GDEF FT_MAKE_TAG( 'G', 'D', 'E', 'F' )