diff options
Diffstat (limited to 'hw/xfree86/xf8_32bpp/cfbgcmisc.c')
-rw-r--r-- | hw/xfree86/xf8_32bpp/cfbgcmisc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/xf8_32bpp/cfbgcmisc.c b/hw/xfree86/xf8_32bpp/cfbgcmisc.c index 635861bb5..9a3bfc5ef 100644 --- a/hw/xfree86/xf8_32bpp/cfbgcmisc.c +++ b/hw/xfree86/xf8_32bpp/cfbgcmisc.c @@ -1,8 +1,8 @@ /* $XFree86$ */ -#include "X.h" -#include "Xmd.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xmd.h> +#include <X11/Xproto.h> #define PSZ 8 #include "cfb.h" #undef PSZ |