mesa: Clean up header file inclusion in light.h.
authorVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 13:35:24 +0000 (05:35 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 13:35:24 +0000 (05:35 -0800)
src/mesa/main/light.h

index 021f5ea..f42fbe6 100644 (file)
 #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 );