From 8bea7776a3590a3e469a81fcce345194eb92ccf2 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 20 Nov 2010 22:44:33 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in stencil.h. --- src/mesa/main/stencil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 2.7.4