diff options
author | Brian Paul <[email protected]> | 2009-03-04 15:56:16 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 15:56:16 -0700 |
commit | 9ec7f083f3f3e40081a452ceba8b0e7cd073fb47 (patch) | |
tree | c8d8aaf50d1e684cc3bd25f7547beb5ef8aa5542 /src/mesa/x86/common_x86_asm.h | |
parent | dd9af786507fe3f199ecc94906b263843848c6ba (diff) |
mesa: move sse.h and 3dnow.h #includes
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index 2e886821871..0d39e3d2308 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -42,15 +42,6 @@ */ #include "common_x86_features.h" -#ifdef USE_X86_ASM -#ifdef USE_3DNOW_ASM -#include "3dnow.h" -#endif -#ifdef USE_SSE_ASM -#include "sse.h" -#endif -#endif - extern int _mesa_x86_cpu_features; extern void _mesa_get_x86_features(void); |