diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-07-16 00:21:17 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-07-16 09:53:07 +0100 |
commit | c202fe187cf7a08d60e23ce617a5820a8bc510fd (patch) | |
tree | 0593fc8cd76c942a6ae0fbbc9d4b26ccf4d82317 /src/gallium/auxiliary/tgsi/tgsi_exec.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/tgsi/tgsi_exec.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h index 2c46e88399..a9820ee783 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h @@ -29,6 +29,7 @@ #define TGSI_EXEC_H #include "pipe/p_compiler.h" +#include "pipe/p_state.h" #if defined __cplusplus extern "C" { |