diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/x86-64/x86-64.c | 2 | ||||
-rw-r--r-- | src/mesa/x86/3dnow.c | 2 | ||||
-rw-r--r-- | src/mesa/x86/sse.c | 2 | ||||
-rw-r--r-- | src/mesa/x86/x86_xform.c | 2 | ||||
-rw-r--r-- | src/mesa/x86/x86_xform.h (renamed from src/mesa/x86/common_x86_macros.h) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/x86-64/x86-64.c b/src/mesa/x86-64/x86-64.c index 96f8da87f0..ac176ef328 100644 --- a/src/mesa/x86-64/x86-64.c +++ b/src/mesa/x86-64/x86-64.c @@ -35,7 +35,7 @@ #include "math/m_xform.h" #include "tnl/t_context.h" #include "x86-64.h" -#include "../x86/common_x86_macros.h" +#include "../x86/x86_xform.h" #ifdef DEBUG #include "math/m_debug.h" diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index c037a61761..de2fb1e2aa 100644 --- a/src/mesa/x86/3dnow.c +++ b/src/mesa/x86/3dnow.c @@ -34,7 +34,7 @@ #include "tnl/t_context.h" #include "3dnow.h" -#include "common_x86_macros.h" +#include "x86_xform.h" #ifdef DEBUG_MATH #include "math/m_debug.h" diff --git a/src/mesa/x86/sse.c b/src/mesa/x86/sse.c index 1c185387c6..aef15b5315 100644 --- a/src/mesa/x86/sse.c +++ b/src/mesa/x86/sse.c @@ -33,7 +33,7 @@ #include "tnl/t_context.h" #include "sse.h" -#include "common_x86_macros.h" +#include "x86_xform.h" #ifdef DEBUG_MATH #include "math/m_debug.h" diff --git a/src/mesa/x86/x86_xform.c b/src/mesa/x86/x86_xform.c index c2df5e31e6..b2f54b2ce6 100644 --- a/src/mesa/x86/x86_xform.c +++ b/src/mesa/x86/x86_xform.c @@ -33,7 +33,7 @@ #include "tnl/t_context.h" #include "x86.h" -#include "common_x86_macros.h" +#include "x86_xform.h" #include "common_x86_asm.h" #ifdef DEBUG_MATH diff --git a/src/mesa/x86/common_x86_macros.h b/src/mesa/x86/x86_xform.h index 462f32b3f2..e886d9add2 100644 --- a/src/mesa/x86/common_x86_macros.h +++ b/src/mesa/x86/x86_xform.h @@ -26,8 +26,8 @@ * Gareth Hughes */ -#ifndef __COMMON_X86_MACROS_H__ -#define __COMMON_X86_MACROS_H__ +#ifndef X86_XFORM_H +#define X86_XFORM_H /* ============================================================= |