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:
79fa5ac
)
tgsi: Clean up header file inclusion in tgsi_sanity.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:40:53 +0000
(
01:40
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:40:53 +0000
(
01:40
-0800)
src/gallium/auxiliary/tgsi/tgsi_sanity.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_sanity.h
b/src/gallium/auxiliary/tgsi/tgsi_sanity.h
index
73f0f41
..
707d11e
100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_sanity.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_sanity.h
@@
-28,12
+28,14
@@
#ifndef TGSI_SANITY_H
#define TGSI_SANITY_H
-#include "pipe/p_shader_tokens.h"
-
#if defined __cplusplus
extern "C" {
#endif
+#include "pipe/p_compiler.h"
+
+struct tgsi_token;
+
/* Check the given token stream for errors and common mistakes.
* Diagnostic messages are printed out to the debug output, and is
* controlled by the debug option TGSI_PRINT_SANITY (default false).