diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:01:01 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:01:01 +0000 |
commit | 932edb23b47440397447265bf72ad7932fd80070 (patch) | |
tree | 16cda22a6b6b9e9a8ca05a9946dc66f4edf34293 /src/Speedo/spfile.c | |
parent | b03d67fd1612a0df5132b10dd0bd9b2cec053a39 (diff) |
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
source files in the xserver/xorg tree, predicated on defines of
HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
<X11/fonts/foo.h>.
Diffstat (limited to 'src/Speedo/spfile.c')
-rw-r--r-- | src/Speedo/spfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Speedo/spfile.c b/src/Speedo/spfile.c index ef2a764..c3bd9b4 100644 --- a/src/Speedo/spfile.c +++ b/src/Speedo/spfile.c @@ -51,8 +51,8 @@ from The Open Group. */ /* $XFree86: xc/lib/font/Speedo/spfile.c,v 1.13 2001/08/13 21:46:47 dawes Exp $ */ -#include "fntfilst.h" -#include "fontenc.h" +#include <X11/fonts/fntfilst.h> +#include <X11/fonts/fontenc.h> #ifndef FONTMODULE #include <stdio.h> #else |