From: Vinson Lee Date: Thu, 26 Aug 2010 07:34:30 +0000 (-0700) Subject: tgsi: Include missing header in tgsi_sse2.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f099e73b7b7ce1ae1aa23713c6418deb86b1a17a;p=mesa.git tgsi: Include missing header in tgsi_sse2.h. Include p_compiler.h for boolean symbol. Clean up forward declarations. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.h b/src/gallium/auxiliary/tgsi/tgsi_sse2.h index d81ee3d00ec..00aa8b84fe9 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_sse2.h +++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.h @@ -32,9 +32,12 @@ extern "C" { #endif +#include "pipe/p_compiler.h" + +struct tgsi_exec_machine; +struct tgsi_interp_coef; struct tgsi_token; struct x86_function; -struct tgsi_interp_coef; unsigned tgsi_emit_sse2(