diff options
author | José Fonseca <[email protected]> | 2008-02-19 12:52:28 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 14:01:49 +0900 |
commit | f430d95a36d55141cd9ef911aab70364ce4a4108 (patch) | |
tree | 80c56c724d92fe7f472d4c29e6f64a25fd873eca /src/gallium/auxiliary/draw/draw_vf_sse.c | |
parent | 17158c2f00f5bee29ec8239367fd5498f22e4a91 (diff) |
Use gallium's rtasm module.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vf_sse.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vf_sse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vf_sse.c b/src/gallium/auxiliary/draw/draw_vf_sse.c index 1ad2ae756dd..1e889deeea8 100644 --- a/src/gallium/auxiliary/draw/draw_vf_sse.c +++ b/src/gallium/auxiliary/draw/draw_vf_sse.c @@ -35,7 +35,7 @@ #if defined(USE_SSE_ASM) -#include "x86/rtasm/x86sse.h" +#include "rtasm/rtasm_x86sse.h" #include "x86/common_x86_asm.h" |