diff options
| author | José Fonseca <jfonseca@vmware.com> | 2010-07-22 16:53:39 +0100 |
|---|---|---|
| committer | José Fonseca <jfonseca@vmware.com> | 2010-07-29 19:10:56 +0100 |
| commit | 38f5b1bc38fde041162e90e0ba3955ac661e1abf (patch) | |
| tree | 0e5cba0351c59dbc9848a9723c0520cef2531f10 | |
| parent | b4ad7c28430e4084d843cd99cf68209e95363963 (diff) | |
util: Don't include xmmintrin.h.
Unnecessary.
| -rw-r--r-- | src/gallium/auxiliary/util/u_sse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_sse.h b/src/gallium/auxiliary/util/u_sse.h index e2a8491e62..6145e34aa3 100644 --- a/src/gallium/auxiliary/util/u_sse.h +++ b/src/gallium/auxiliary/util/u_sse.h @@ -41,7 +41,6 @@ #if defined(PIPE_ARCH_SSE) -#include <xmmintrin.h> #include <emmintrin.h> |
