From: Vinson Lee Date: Thu, 30 Dec 2010 09:51:27 +0000 (-0800) Subject: tgsi: Clean up header file inclusion in tgsi_text.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8114cf9ad82860ac5d547e9e04af4e10e854ed6d;p=mesa.git tgsi: Clean up header file inclusion in tgsi_text.h. --- 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,