aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/tnl/t_vertex.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-31 17:51:19 +0000
committermarha <marha@users.sourceforge.net>2010-12-31 17:51:19 +0000
commit322ed738a4dc37ce7d8101e7d480c8b4b72ef6f7 (patch)
tree4417bab0f93316fb0560496b429fd9a40bdc1600 /mesalib/src/mesa/tnl/t_vertex.h
parent19a3fad718fd3ae46a9825941f37033dfb5dd68f (diff)
parent43b6c9073b8aad1170536ae5c6a5a019617659f1 (diff)
downloadvcxsrv-322ed738a4dc37ce7d8101e7d480c8b4b72ef6f7.tar.gz
vcxsrv-322ed738a4dc37ce7d8101e7d480c8b4b72ef6f7.tar.bz2
vcxsrv-322ed738a4dc37ce7d8101e7d480c8b4b72ef6f7.zip
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/src/mesa/tnl/t_vertex.h')
-rw-r--r--mesalib/src/mesa/tnl/t_vertex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mesalib/src/mesa/tnl/t_vertex.h b/mesalib/src/mesa/tnl/t_vertex.h
index 580961037..bdbc88aff 100644
--- a/mesalib/src/mesa/tnl/t_vertex.h
+++ b/mesalib/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.
*/