diff options
Diffstat (limited to 'difs/fontinfo.c')
-rw-r--r-- | difs/fontinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/difs/fontinfo.c b/difs/fontinfo.c index b0beef4..23893e0 100644 --- a/difs/fontinfo.c +++ b/difs/fontinfo.c @@ -48,13 +48,13 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/programs/xfs/difs/fontinfo.c,v 1.10 2001/12/14 20:01:34 dawes Exp $ */ -#include "FS.h" -#include "FSproto.h" +#include <X11/fonts/FS.h> +#include <X11/fonts/FSproto.h> #include <stdio.h> #include <X11/Xos.h> #include "clientstr.h" #include "difsfnst.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "closestr.h" #include "globals.h" #include "difs.h" |