projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bfb906
)
tgsi: Clean up header file inclusion in tgsi_text.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:51:27 +0000
(
01:51
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:51:27 +0000
(
01:51
-0800)
src/gallium/auxiliary/tgsi/tgsi_text.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_text.h
b/src/gallium/auxiliary/tgsi/tgsi_text.h
index 8eeeeef1402800d726df9a8823f4b6dfa60e8ecb..5fe53cf007de2f6053bcfe0114ecff5845bb6053 100644
(file)
--- 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,