build fixes
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 13:28:10 +0000 (13:28 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 13:28:10 +0000 (13:28 +0000)
src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c
src/mesa/drivers/dri/tdfx/tdfx_dd.c

index 2245bbcef1bb154176f2b85d47c22fa0683efabe..70859b627af2102f4832aa0b58b512ca14031665 100644 (file)
@@ -39,7 +39,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "r200_vtxfmt.h"
 
 #if defined(USE_SSE_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 
 #define EXTERN( FUNC )         \
 extern const char *FUNC;       \
index 31604e3e1567c1c1c5dafe0e8dbe46d0a840677a..79fc6d9e2647fe0a92a39d5ee52eb9a80fac1457 100644 (file)
@@ -45,7 +45,7 @@
 #include "enums.h"
 #include "swrast/swrast.h"
 #if defined(USE_X86_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 #endif