projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
934fc80
)
mesa: Clean up header file inclusion in light.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:35:24 +0000
(
05:35
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:35:24 +0000
(
05:35
-0800)
src/mesa/main/light.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/light.h
b/src/mesa/main/light.h
index 021f5ea1939ef642b815cb86a4c525de4fa394d6..f42fbe6f506033e11d317823ce8ea7c0725664f9 100644
(file)
--- 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 );