From: Vinson Lee Date: Thu, 30 Dec 2010 09:05:33 +0000 (-0800) Subject: tnl: Clean up header file inclusion in t_vertex.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1cd093a72043d543a6e81a58d491a11f92ef1d9;p=mesa.git tnl: Clean up header file inclusion in t_vertex.h. --- diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index 252f2f7c295..83b0dbcebbd 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. */