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

This commit is contained in:
Vinson Lee 2010-12-30 01:05:33 -08:00
parent 43c291683c
commit a1cd093a72

View file

@ -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.
*/