From 8114cf9ad82860ac5d547e9e04af4e10e854ed6d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 30 Dec 2010 01:51:27 -0800 Subject: tgsi: Clean up header file inclusion in tgsi_text.h. --- src/gallium/auxiliary/tgsi/tgsi_text.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.h b/src/gallium/auxiliary/tgsi/tgsi_text.h index 8eeeeef140..5fe53cf007 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, -- cgit v1.2.3