mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
mesa: Clean up header file inclusion in light.h.
This commit is contained in:
parent
934fc80b06
commit
a20e440c65
1 changed files with 6 additions and 1 deletions
|
|
@ -28,7 +28,12 @@
|
|||
#define LIGHT_H
|
||||
|
||||
|
||||
#include "mtypes.h"
|
||||
#include "glheader.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
struct gl_context;
|
||||
struct gl_light;
|
||||
struct gl_material;
|
||||
|
||||
extern void GLAPIENTRY
|
||||
_mesa_ShadeModel( GLenum mode );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue