From ec891d78a0472f22bfda3cc93445c8752d73fd8c Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 24 Dec 2010 20:06:11 -0800 Subject: swrast: Clean up header file inclusion in s_depth.h. --- src/mesa/swrast/s_depth.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index e5dae7ef86..44820ac8f7 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -27,9 +27,12 @@ #define S_DEPTH_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern GLuint _swrast_depth_test_span( struct gl_context *ctx, SWspan *span); -- cgit v1.2.3