summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 01:05:33 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 01:05:33 -0800
commita1cd093a72043d543a6e81a58d491a11f92ef1d9 (patch)
treef4d87955faba2d4e95ad4dbeca065b739520ef3f /src/mesa/tnl
parent43c291683c1cad16f7bec0eb5f0fafb3aedbf8bb (diff)
tnl: Clean up header file inclusion in t_vertex.h.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_vertex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 252f2f7c29..83b0dbcebb 100644
--- 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.
*/