mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
tnl: Clean up header file inclusion in t_vertex.h.
This commit is contained in:
parent
43c291683c
commit
a1cd093a72
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue