From aa68dd9a49d4d78fb4bf0b7674cc51da7c608092 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 25 Dec 2010 20:53:27 -0800 Subject: swrast: Clean up header file inclusion in ss_vb.h. --- src/mesa/swrast_setup/ss_vb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast_setup') diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h index b8322f35a3..05e665b5c3 100644 --- a/src/mesa/swrast_setup/ss_vb.h +++ b/src/mesa/swrast_setup/ss_vb.h @@ -29,7 +29,7 @@ #ifndef SS_VB_H #define SS_VB_H -#include "main/mtypes.h" +struct gl_context; void _swsetup_vb_init( struct gl_context *ctx ); void _swsetup_choose_rastersetup_func( struct gl_context *ctx ); -- cgit v1.2.3