diff options
author | Brian Paul <[email protected]> | 2009-03-04 15:46:36 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 15:46:36 -0700 |
commit | dd9af786507fe3f199ecc94906b263843848c6ba (patch) | |
tree | 5da22b4888a2a8e921f05462e4b0f14afd1df751 /src/mesa/x86 | |
parent | 8538f64d0929715cb22a44186598471342c258c6 (diff) |
mesa: remove unneeded x86.h header
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 1 | ||||
-rw-r--r-- | src/mesa/x86/x86_xform.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index c7cd11ab052..2e886821871 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -43,7 +43,6 @@ #include "common_x86_features.h" #ifdef USE_X86_ASM -#include "x86.h" #ifdef USE_3DNOW_ASM #include "3dnow.h" #endif diff --git a/src/mesa/x86/x86_xform.c b/src/mesa/x86/x86_xform.c index 9574ee5e1fd..833d2cc1065 100644 --- a/src/mesa/x86/x86_xform.c +++ b/src/mesa/x86/x86_xform.c @@ -32,7 +32,6 @@ #include "math/m_xform.h" #include "tnl/t_context.h" -#include "x86.h" #include "x86_xform.h" #include "common_x86_asm.h" |