From 2154dfa70106aeec5a68d3c805a69ccb998d430f Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 22:13:19 -0700 Subject: swrast: Reduce header file inclusion in s_zoom.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_zoom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_zoom.h b/src/mesa/swrast/s_zoom.h index 43917be65f..09f624efad 100644 --- a/src/mesa/swrast/s_zoom.h +++ b/src/mesa/swrast/s_zoom.h @@ -25,7 +25,8 @@ #ifndef S_ZOOM_H #define S_ZOOM_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" extern void -- cgit v1.2.3