tgsi: Include missing header in tgsi_sse2.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:34:30 +0000 (00:34 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:34:30 +0000 (00:34 -0700)
Include p_compiler.h for boolean symbol.
Clean up forward declarations.

src/gallium/auxiliary/tgsi/tgsi_sse2.h

index d81ee3d..00aa8b8 100644 (file)
 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(