diff options
Diffstat (limited to 'cfb/cfbcmap.c')
-rw-r--r-- | cfb/cfbcmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfb/cfbcmap.c b/cfb/cfbcmap.c index 1806916ff..7d7f39a0e 100644 --- a/cfb/cfbcmap.c +++ b/cfb/cfbcmap.c @@ -30,8 +30,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. /* $XFree86: xc/programs/Xserver/cfb/cfbcmap.c,v 3.12 2000/02/12 03:39:23 dawes Exp $ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "scrnintstr.h" #include "colormapst.h" #include "resource.h" |