gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversion
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_text.h
index 8eeeeef1402800d726df9a8823f4b6dfa60e8ecb..5fe53cf007de2f6053bcfe0114ecff5845bb6053 100644 (file)
 #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,