@@ -100,44 +100,44 @@ WINE_DEFAULT_DEBUG_CHANNEL(font);
100
100
#include <ft2build.h>
101
101
#endif
102
102
#ifdef HAVE_FREETYPE_FREETYPE_H
103
- #include <freetype/freetype .h>
103
+ #include <freetype.h>
104
104
#endif
105
105
#ifdef HAVE_FREETYPE_FTGLYPH_H
106
- #include <freetype/ ftglyph.h>
106
+ #include <ftglyph.h>
107
107
#endif
108
108
#ifdef HAVE_FREETYPE_TTTABLES_H
109
- #include <freetype/ tttables.h>
109
+ #include <tttables.h>
110
110
#endif
111
111
#ifdef HAVE_FREETYPE_FTTYPES_H
112
- #include <freetype/ fttypes.h>
112
+ #include <fttypes.h>
113
113
#endif
114
114
#ifdef HAVE_FREETYPE_FTSNAMES_H
115
- #include <freetype/ ftsnames.h>
115
+ #include <ftsnames.h>
116
116
#else
117
117
# ifdef HAVE_FREETYPE_FTNAMES_H
118
- # include <freetype/ ftnames.h>
118
+ # include <ftnames.h>
119
119
# endif
120
120
#endif
121
121
#ifdef HAVE_FREETYPE_TTNAMEID_H
122
- #include <freetype/ ttnameid.h>
122
+ #include <ttnameid.h>
123
123
#endif
124
124
#ifdef HAVE_FREETYPE_FTOUTLN_H
125
- #include <freetype/ ftoutln.h>
125
+ #include <ftoutln.h>
126
126
#endif
127
127
#ifdef HAVE_FREETYPE_INTERNAL_SFNT_H
128
- #include <freetype/ internal/sfnt.h>
128
+ #include <internal/sfnt.h>
129
129
#endif
130
130
#ifdef HAVE_FREETYPE_FTTRIGON_H
131
- #include <freetype/ fttrigon.h>
131
+ #include <fttrigon.h>
132
132
#endif
133
133
#ifdef HAVE_FREETYPE_FTWINFNT_H
134
- #include <freetype/ ftwinfnt.h>
134
+ #include <ftwinfnt.h>
135
135
#endif
136
136
#ifdef HAVE_FREETYPE_FTMODAPI_H
137
- #include <freetype/ ftmodapi.h>
137
+ #include <ftmodapi.h>
138
138
#endif
139
139
#ifdef HAVE_FREETYPE_FTLCDFIL_H
140
- #include <freetype/ ftlcdfil.h>
140
+ #include <ftlcdfil.h>
141
141
#endif
142
142
143
143
#ifndef HAVE_FT_TRUETYPEENGINETYPE
0 commit comments