build fixes
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 16:38:05 +0000 (16:38 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 16:38:05 +0000 (16:38 +0000)
src/mesa/drivers/dri/gamma/gamma_context.c
src/mesa/drivers/dri/gamma/gamma_dd.c
src/mesa/x86/common_x86.c

index b27851be8f83db5426d2912405f9041914cfa174..c617f69d0a3d0f5f8888bdf651d9f689ee1ac545 100644 (file)
@@ -39,7 +39,7 @@
 #include "matrix.h"
 #include "extensions.h"
 #if defined(USE_X86_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 #endif
 #include "simple_list.h"
 #include "mm.h"
index 5bd84026e98c47c618346aabc14c17be753f3bd7..cca382d89266c3c395a142f81e3fc63e033731b6 100644 (file)
@@ -27,7 +27,7 @@
 #include "gamma_vb.h"
 #include "gamma_lock.h"
 #if defined(USE_X86_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 #endif
 
 #include "context.h"
index 1e7f69dba2b0a293c54d9594b4f9001e5d2ddfe4..9b28403cf3e32dc800487303250423d8454e8992 100644 (file)
@@ -42,7 +42,6 @@
 #include <sys/sysctl.h>
 #endif
 
-#include "context.h"
 #include "common_x86_asm.h"
 #include "imports.h"