diff options
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/ps/PsFTFonts.c | 4 | ||||
-rw-r--r-- | Xprint/ps/psout_ft.c | 4 | ||||
-rw-r--r-- | Xprint/ps/psout_ftpstype1.c | 4 | ||||
-rw-r--r-- | Xprint/ps/psout_ftpstype3.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Xprint/ps/PsFTFonts.c b/Xprint/ps/PsFTFonts.c index c992987d4..8857ae43e 100644 --- a/Xprint/ps/PsFTFonts.c +++ b/Xprint/ps/PsFTFonts.c @@ -42,9 +42,9 @@ THE SOFTWARE. #include <ft2build.h> #include FT_FREETYPE_H -#include "ft.h" +#include <X11/fonts/ft.h> #define NOT_IN_FTFUNCS -#include "ftfuncs.h" +#include <X11/fonts/ftfuncs.h> char * PsGetFTFontFileName(FontPtr pFont) diff --git a/Xprint/ps/psout_ft.c b/Xprint/ps/psout_ft.c index 34cb6a54d..b10d9e592 100644 --- a/Xprint/ps/psout_ft.c +++ b/Xprint/ps/psout_ft.c @@ -41,9 +41,9 @@ THE SOFTWARE. #include <X11/fonts/fntfilst.h> #include <X11/fonts/fontutil.h> #include <X11/fonts/fontenc.h> -#include "ft.h" +#include <X11/fonts/ft.h> #define NOT_IN_FTFUNCS -#include "ftfuncs.h" +#include <X11/fonts/ftfuncs.h> #include "servermd.h" /* needed for endian test (IMAGE_BYTE_ORDER) */ #define USE_FT_PS_NAMES 1 diff --git a/Xprint/ps/psout_ftpstype1.c b/Xprint/ps/psout_ftpstype1.c index 19e1bde18..2d40c186a 100644 --- a/Xprint/ps/psout_ftpstype1.c +++ b/Xprint/ps/psout_ftpstype1.c @@ -44,9 +44,9 @@ THE SOFTWARE. #include <X11/fonts/fntfilst.h> #include <X11/fonts/fontutil.h> #include <X11/fonts/fontenc.h> -#include "ft.h" +#include <X11/fonts/ft.h> #define NOT_IN_FTFUNCS -#include "ftfuncs.h" +#include <X11/fonts/ftfuncs.h> int do_debug_ft2pt1 = FALSE; int do_enable_ft2pt1_optimizer = FALSE; diff --git a/Xprint/ps/psout_ftpstype3.c b/Xprint/ps/psout_ftpstype3.c index fab8b5cb0..733b5386b 100644 --- a/Xprint/ps/psout_ftpstype3.c +++ b/Xprint/ps/psout_ftpstype3.c @@ -61,9 +61,9 @@ THE SOFTWARE. #include <X11/fonts/fntfilst.h> #include <X11/fonts/fontutil.h> #include <X11/fonts/fontenc.h> -#include "ft.h" +#include <X11/fonts/ft.h> #define NOT_IN_FTFUNCS -#include "ftfuncs.h" +#include <X11/fonts/ftfuncs.h> struct ft2info { |