mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
tnl: Clean up header file inclusion in tnl.h.
This commit is contained in:
parent
76db330e2c
commit
9db9761874
1 changed files with 4 additions and 1 deletions
|
|
@ -28,8 +28,11 @@
|
|||
#ifndef _TNL_H
|
||||
#define _TNL_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
struct gl_client_array;
|
||||
struct gl_context;
|
||||
struct gl_program;
|
||||
|
||||
|
||||
/* These are the public-access functions exported from tnl. (A few
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue