projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9732a93
)
mesa: Clean up header file inclusion in stencil.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 21 Nov 2010 06:44:33 +0000
(22:44 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 21 Nov 2010 06:44:33 +0000
(22:44 -0800)
src/mesa/main/stencil.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/stencil.h
b/src/mesa/main/stencil.h
index 38a7183a811397cc476920ab86c902f5f7346d4d..b772bfd6e6f66c7391cdcb77bde874360812a64e 100644
(file)
--- a/
src/mesa/main/stencil.h
+++ b/
src/mesa/main/stencil.h
@@
-32,8
+32,9
@@
#define STENCIL_H
-#include "
mtypes
.h"
+#include "
glheader
.h"
+struct gl_context;
extern void GLAPIENTRY
_mesa_ClearStencil( GLint s );