From 15af25aca0ed6a2390fe9e0d91055cfc01134ce2 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 4 Dec 2003 13:28:10 +0000 Subject: build fixes --- src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c | 2 +- src/mesa/drivers/dri/tdfx/tdfx_dd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri') diff --git a/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c b/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c index 2245bbcef1..70859b627a 100644 --- a/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c +++ b/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c @@ -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; \ diff --git a/src/mesa/drivers/dri/tdfx/tdfx_dd.c b/src/mesa/drivers/dri/tdfx/tdfx_dd.c index 31604e3e15..79fc6d9e26 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_dd.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_dd.c @@ -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 -- cgit v1.2.3