tnl: Clean up header file inclusion in t_vertex.h.
authorVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:05:33 +0000 (01:05 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:05:33 +0000 (01:05 -0800)
src/mesa/tnl/t_vertex.h

index 252f2f7c295c4af210416b988e8198009aa02992..83b0dbcebbd384e72e7495b238e50e71fb59e347 100644 (file)
 #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.  
  */