From 5db13da86699f3d7abd0f0a18e93dc5d3a0ae8bc Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 13:04:50 -0700 Subject: swrast: Clean up header file inclusion in s_depth.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_depth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index 7eae366742..878d242f5e 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -27,7 +27,8 @@ #define S_DEPTH_H -#include "s_context.h" +#include "main/mtypes.h" +#include "s_span.h" extern GLuint -- cgit v1.2.3