diff options
Diffstat (limited to 'cfb/cfbglblt8.c')
-rw-r--r-- | cfb/cfbglblt8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cfb/cfbglblt8.c b/cfb/cfbglblt8.c index b850723df..290970a50 100644 --- a/cfb/cfbglblt8.c +++ b/cfb/cfbglblt8.c @@ -30,9 +30,9 @@ in this Software without prior written authorization from The Open Group. * only. */ -#include "X.h" -#include "Xmd.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xmd.h> +#include <X11/Xproto.h> #include "cfb.h" #include "fontstruct.h" #include "dixfontstr.h" |