From 5f3439916b74ed792ad12d1e614a2a5bc0a94b3a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Jun 2003 19:06:20 +0000 Subject: fixes for x86 builds --- src/mesa/math/m_xform.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 94d0f6d753..8bb5e623c6 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -1,4 +1,3 @@ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -49,11 +48,11 @@ #endif #ifdef USE_X86_ASM -#include "X86/common_x86_asm.h" +#include "x86/common_x86_asm.h" #endif #ifdef USE_SPARC_ASM -#include "SPARC/sparc.h" +#include "sparc/sparc.h" #endif clip_func _mesa_clip_tab[5]; -- cgit v1.2.3