summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 01:51:27 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 01:51:27 -0800
commit8114cf9ad82860ac5d547e9e04af4e10e854ed6d (patch)
tree253268c421d50a940d3e3149ec125a2e5b2e3ef3 /src/gallium/auxiliary/tgsi
parent8bfb9061b775ecf5d5c485b8ad2838f53990a976 (diff)
tgsi: Clean up header file inclusion in tgsi_text.h.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_text.h6
1 files changed, 4 insertions, 2 deletions
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,