Mesa (master): mesa: Clean up header file inclusion in stencil.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 06:44:59 UTC 2010


Module: Mesa
Branch: master
Commit: 8bea7776a3590a3e469a81fcce345194eb92ccf2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bea7776a3590a3e469a81fcce345194eb92ccf2

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 20 22:44:33 2010 -0800

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

---

 src/mesa/main/stencil.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h
index 38a7183..b772bfd 100644
--- 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 );




More information about the mesa-commit mailing list