From 4ffbb81bd3a7af8a1297e93d1fd4dda61f012a53 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 6 Jun 2004 23:32:12 +0000 Subject: Remove use of X windows include --- src/mesa/drivers/dri/mach64/mach64_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h') diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h index a4a48b8fb3..e61083f821 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.h +++ b/src/mesa/drivers/dri/mach64/mach64_context.h @@ -355,9 +355,9 @@ extern GLboolean mach64UnbindContext( __DRIcontextPrivate *driContextPriv ); /* ================================================================ * Byte ordering */ -#include "X11/Xarch.h" +#include -#if X_BYTE_ORDER == X_LITTLE_ENDIAN +#if __BYTE_ORDER == __LITTLE_ENDIAN #define LE32_IN( x ) ( *(GLuint *)(x) ) #define LE32_IN_FLOAT( x ) ( *(GLfloat *)(x) ) #define LE32_OUT( x, y ) do { *(GLuint *)(x) = (y); } while (0) -- cgit v1.2.3