diff options
author | Brian Paul <[email protected]> | 2009-03-04 15:39:50 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 15:39:50 -0700 |
commit | 81e366c65949292ab9a70e518ab5487e639db255 (patch) | |
tree | e7b32e020995da39041eac794ddf389c536ac34a | |
parent | 20d289eb2d32851030de6c28bba945eb4057a857 (diff) |
mesa: rename common_x86_macros.h -> x86_xform.h
-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 96f8da87f05..ac176ef328e 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 c037a617618..de2fb1e2aad 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 1c185387c64..aef15b53152 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 c2df5e31e6e..b2f54b2ce67 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 462f32b3f25..e886d9add2a 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 /* ============================================================= |