i965: Fix texture buffer rendering after a whole buffer replacement.
[mesa.git] / 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.  
  */