diff options
author | Vinson Lee <[email protected]> | 2010-12-30 01:51:27 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-30 01:51:27 -0800 |
commit | 8114cf9ad82860ac5d547e9e04af4e10e854ed6d (patch) | |
tree | 253268c421d50a940d3e3149ec125a2e5b2e3ef3 /src/gallium/auxiliary/tgsi | |
parent | 8bfb9061b775ecf5d5c485b8ad2838f53990a976 (diff) |
tgsi: Clean up header file inclusion in tgsi_text.h.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_text.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.h b/src/gallium/auxiliary/tgsi/tgsi_text.h index 8eeeeef1402..5fe53cf007d 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_text.h +++ b/src/gallium/auxiliary/tgsi/tgsi_text.h @@ -28,12 +28,14 @@ #ifndef TGSI_TEXT_H #define TGSI_TEXT_H -#include "pipe/p_shader_tokens.h" - #if defined __cplusplus extern "C" { #endif +#include "pipe/p_compiler.h" + +struct tgsi_token; + boolean tgsi_text_translate( const char *text, |