projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c2916
)
tnl: Clean up header file inclusion in t_vertex.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:05:33 +0000
(
01:05
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:05:33 +0000
(
01:05
-0800)
src/mesa/tnl/t_vertex.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vertex.h
b/src/mesa/tnl/t_vertex.h
index
252f2f7
..
83b0dbc
100644
(file)
--- a/
src/mesa/tnl/t_vertex.h
+++ b/
src/mesa/tnl/t_vertex.h
@@
-28,9
+28,12
@@
#ifndef _TNL_VERTEX_H
#define _TNL_VERTEX_H
-#include "main/
mtypes
.h"
+#include "main/
glheader
.h"
#include "t_context.h"
+struct gl_context;
+struct tnl_clipspace;
+
/* New mechanism to specify hardware vertices so that tnl can build
* and manipulate them directly.
*/