aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-src:fapi_ft.c
blob: d1c936dd64c43a1e5c6b6dc7b30ac1cf6246f0d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/fapi_ft.c.orig	Wed Jul 11 09:26:24 2007
+++ src/fapi_ft.c	Fri Aug 10 02:40:41 2007
@@ -28,11 +28,14 @@
 #include "gserror.h"
 
 /* FreeType headers */
-#include "freetype/freetype.h"
-#include "freetype/ftincrem.h"
-#include "freetype/ftglyph.h"
-#include "freetype/ftoutln.h"
-#include "freetype/fttrigon.h"
+#include "ft2build.h"
+#include FT_FREETYPE_H
+#include FT_INCREMENTAL_H
+#include FT_GLYPH_H
+#include FT_OUTLINE_H
+#include FT_TRIGONOMETRY_H
+#include "gserrors.h"
+#include "gserror.h"
 
 /* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */