From a20e440c65987a2d5b97dd0cbf6c2efbfdf5ec57 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 05:35:24 -0800 Subject: mesa: Clean up header file inclusion in light.h. --- src/mesa/main/light.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index 021f5ea1939..f42fbe6f506 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -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 ); -- cgit v1.2.3