diff options
Diffstat (limited to 'afb/afbfont.c')
-rw-r--r-- | afb/afbfont.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/afb/afbfont.c b/afb/afbfont.c index 5df6691c5..8b1c95783 100644 --- a/afb/afbfont.c +++ b/afb/afbfont.c @@ -48,9 +48,9 @@ SOFTWARE. */ /* $XConsortium: afbfont.c,v 1.18 94/04/17 20:28:22 keith Exp $ */ -#include "X.h" -#include "Xmd.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xmd.h> +#include <X11/Xproto.h> #include "afb.h" #include "fontstruct.h" #include "dixfontstr.h" |