mesa: rename common_x86_macros.h -> x86_xform.h

This commit is contained in:
Brian Paul 2009-03-04 15:39:50 -07:00
parent 20d289eb2d
commit 81e366c659
5 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -26,8 +26,8 @@
* Gareth Hughes
*/
#ifndef __COMMON_X86_MACROS_H__
#define __COMMON_X86_MACROS_H__
#ifndef X86_XFORM_H
#define X86_XFORM_H
/* =============================================================