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_private.h | |
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_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index e4fa23cc403..41fcb16a0a5 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -44,7 +44,6 @@ #include "pipe/p_state.h" #include "pipe/p_defines.h" -#include "tgsi/tgsi_exec.h" #include "tgsi/tgsi_scan.h" @@ -55,6 +54,8 @@ struct draw_vertex_shader; struct draw_context; struct draw_stage; struct vbuf_render; +struct tgsi_exec_machine; +struct tgsi_sampler; /** |