mesa: Clean up header file inclusion in light.h.

This commit is contained in:
Vinson Lee 2010-11-09 05:35:24 -08:00
parent 934fc80b06
commit a20e440c65
1 changed files with 6 additions and 1 deletions

View File

@ -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 );