summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_xform.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 19:06:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 19:06:20 +0000
commit5f3439916b74ed792ad12d1e614a2a5bc0a94b3a (patch)
treeebf05c717eadbd1c290e0f8cf336122774e74414 /src/mesa/math/m_xform.c
parent5e04bcf6de7a0fceb8ea0893238919c24cef137d (diff)
fixes for x86 builds
Diffstat (limited to 'src/mesa/math/m_xform.c')
-rw-r--r--src/mesa/math/m_xform.c5
1 files changed, 2 insertions, 3 deletions
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];