From a3439df79f1083ab7ec6beb5d4c766abe9cec709 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 6 Aug 2010 00:57:52 -0700 Subject: swrast: Reduce header file inclusion in s_aaline.h. Include mtypes.h for GLcontext symbol. --- src/mesa/swrast/s_aaline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/swrast/s_aaline.h b/src/mesa/swrast/s_aaline.h index f1d708ec80..922eb230e5 100644 --- a/src/mesa/swrast/s_aaline.h +++ b/src/mesa/swrast/s_aaline.h @@ -28,7 +28,7 @@ #define S_AALINE_H -#include "swrast.h" +#include "main/mtypes.h" extern void -- cgit v1.2.3