summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_sse.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-07-16 00:21:17 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-16 09:53:07 +0100
commitc202fe187cf7a08d60e23ce617a5820a8bc510fd (patch)
tree0593fc8cd76c942a6ae0fbbc9d4b26ccf4d82317 /src/gallium/auxiliary/draw/draw_vs_sse.c
parent7fb702705a77df46074b9e09e9c5e5903036c732 (diff)
gallium: reduce recursive include of tgsi_exec.h
A lot of draw code no longer needs to see this header.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs_sse.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_sse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_sse.c b/src/gallium/auxiliary/draw/draw_vs_sse.c
index 2b3b78487f..a4f72c40ef 100644
--- a/src/gallium/auxiliary/draw/draw_vs_sse.c
+++ b/src/gallium/auxiliary/draw/draw_vs_sse.c
@@ -48,6 +48,7 @@
#include "rtasm/rtasm_x86sse.h"
#include "tgsi/tgsi_sse2.h"
#include "tgsi/tgsi_parse.h"
+#include "tgsi/tgsi_exec.h"
#define SSE_MAX_VERTICES 4