linux-dri-x86 build fix from Andreas Stenglein.
authorAdam Jackson <ajax@freedesktop.org>
Sun, 2 Jan 2005 03:36:53 +0000 (03:36 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Sun, 2 Jan 2005 03:36:53 +0000 (03:36 +0000)
src/mesa/drivers/dri/s3v/s3v_context.c
src/mesa/drivers/dri/s3v/s3v_dd.c
src/mesa/drivers/dri/trident/trident_context.c
src/mesa/drivers/dri/trident/trident_dd.c

index 0079a7668efb0670105889bab6ca5bafd09dcbb8..7b0aa0daee0c7d7cadbf9185ff07c01b5d6ebadb 100644 (file)
@@ -16,7 +16,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 683ae3412a985af22698fc62bae9ffdf9a1b2140..3346c86a0c41489664e18e41fb7a49eca789c064 100644 (file)
@@ -6,7 +6,7 @@
 #include "s3v_vb.h"
 #include "s3v_lock.h"
 #if defined(USE_X86_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 #endif
 
 #include "context.h"
index 76240668d76e8549cfdfa2d86dd088af0054428c..cbf2d1df5629604dbc5b51e63ac1855ea4b65afe 100644 (file)
@@ -40,7 +40,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 35e1cf0035f9c78f812524fab317f966f5952aa0..390e6d8e4140e3203c01ba04ce24bc75bd75a832 100644 (file)
@@ -27,7 +27,7 @@
 #include "trident_context.h"
 #include "trident_lock.h"
 #if defined(USE_X86_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 #endif
 
 #include "swrast/swrast.h"