From 81e366c65949292ab9a70e518ab5487e639db255 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Mar 2009 15:39:50 -0700 Subject: [PATCH] mesa: rename common_x86_macros.h -> x86_xform.h --- src/mesa/x86-64/x86-64.c | 2 +- src/mesa/x86/3dnow.c | 2 +- src/mesa/x86/sse.c | 2 +- src/mesa/x86/x86_xform.c | 2 +- src/mesa/x86/{common_x86_macros.h => x86_xform.h} | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) rename src/mesa/x86/{common_x86_macros.h => x86_xform.h} (98%) 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 similarity index 98% rename from src/mesa/x86/common_x86_macros.h rename to 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 /* ============================================================= -- 2.30.2