projects
/
profile
/
ivi
/
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
8eeeeef
..
5fe53cf
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,