From: Vinson Lee Date: Sat, 25 Dec 2010 04:06:11 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_depth.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec891d78a0472f22bfda3cc93445c8752d73fd8c;p=mesa.git swrast: Clean up header file inclusion in s_depth.h. --- diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index e5dae7ef865..44820ac8f76 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);