diff options
author | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
commit | 5f3439916b74ed792ad12d1e614a2a5bc0a94b3a (patch) | |
tree | ebf05c717eadbd1c290e0f8cf336122774e74414 /src/mesa/math | |
parent | 5e04bcf6de7a0fceb8ea0893238919c24cef137d (diff) |
fixes for x86 builds
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_xform.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 94d0f6d753b..8bb5e623c69 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]; |