summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxopen.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-11-01 15:03:01 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-11-01 15:03:01 +0000
commit4b9e16f27a2944eacfbdb4eddd3b6b91c0482ba3 (patch)
tree1e8a038b8ddcb23bfa64613c76cb8fa5ae902f53 /pango/opentype/ftxopen.c
parent9a3f811dc87fd663cb16112369c46c66d5e7b3d2 (diff)
downloadpango-4b9e16f27a2944eacfbdb4eddd3b6b91c0482ba3.tar.gz
Switch over to recommended Freetype system of include ft2build.h then
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h pango/pangoft2.c pango/opentype/pango-ot-info.c pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: Switch over to recommended Freetype system of include ft2build.h then #include FT_FREETYPE_H. Fixes ftmodule.h problem with current Freetype CVS. (#125548)
Diffstat (limited to 'pango/opentype/ftxopen.c')
-rw-r--r--pango/opentype/ftxopen.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/opentype/ftxopen.c b/pango/opentype/ftxopen.c
index c9ac6603..2325f6a2 100644
--- a/pango/opentype/ftxopen.c
+++ b/pango/opentype/ftxopen.c
@@ -15,14 +15,14 @@
*
******************************************************************/
-#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_INTERNAL_STREAM_H
+#include FT_INTERNAL_MEMORY_H
+#include FT_INTERNAL_TRUETYPE_TYPES_H
/***************************