diff options
Diffstat (limited to 'hw/xfree86/xf8_32bpp/cfbgc.c')
-rw-r--r-- | hw/xfree86/xf8_32bpp/cfbgc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/xf8_32bpp/cfbgc.c b/hw/xfree86/xf8_32bpp/cfbgc.c index f55aeb86c..03a5870bd 100644 --- a/hw/xfree86/xf8_32bpp/cfbgc.c +++ b/hw/xfree86/xf8_32bpp/cfbgc.c @@ -61,9 +61,9 @@ LOWMEMFTPT False False False False /* This gets built twice. Once for 8bpp and another for 32bpp */ -#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" |