diff options
author | Keith Whitwell <[email protected]> | 2009-07-16 00:21:17 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-07-16 09:53:07 +0100 |
commit | c202fe187cf7a08d60e23ce617a5820a8bc510fd (patch) | |
tree | 0593fc8cd76c942a6ae0fbbc9d4b26ccf4d82317 /src/gallium/auxiliary/draw/draw_vs.c | |
parent | 7fb702705a77df46074b9e09e9c5e5903036c732 (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.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs.c b/src/gallium/auxiliary/draw/draw_vs.c index 1b48a52c666..790e89ed820 100644 --- a/src/gallium/auxiliary/draw/draw_vs.c +++ b/src/gallium/auxiliary/draw/draw_vs.c @@ -43,6 +43,8 @@ #include "translate/translate.h" #include "translate/translate_cache.h" +#include "tgsi/tgsi_exec.h" + |