diff options
Diffstat (limited to 'cfb/cfbcppl.c')
-rw-r--r-- | cfb/cfbcppl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfb/cfbcppl.c b/cfb/cfbcppl.c index 54360e95c..b2b53999b 100644 --- a/cfb/cfbcppl.c +++ b/cfb/cfbcppl.c @@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/programs/Xserver/cfb/cfbcppl.c,v 1.6 2001/12/14 19:59:22 dawes Exp $ */ -#include "X.h" -#include "Xmd.h" +#include <X11/X.h> +#include <X11/Xmd.h> #include "gcstruct.h" #include "window.h" #include "pixmapstr.h" |