Mesa (master): tnl: Clean up header file inclusion in t_vertex.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 30 09:05:58 UTC 2010


Module: Mesa
Branch: master
Commit: a1cd093a72043d543a6e81a58d491a11f92ef1d9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1cd093a72043d543a6e81a58d491a11f92ef1d9

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 30 01:05:33 2010 -0800

tnl: Clean up header file inclusion in t_vertex.h.

---

 src/mesa/tnl/t_vertex.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 252f2f7..83b0dbc 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.  
  */




More information about the mesa-commit mailing list