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 /src/mesa/x86-64/x86-64.c | |
parent | 20d289eb2d32851030de6c28bba945eb4057a857 (diff) |
mesa: rename common_x86_macros.h -> x86_xform.h
Diffstat (limited to 'src/mesa/x86-64/x86-64.c')
-rw-r--r-- | src/mesa/x86-64/x86-64.c | 2 |
1 files changed, 1 insertions, 1 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" |