From: Vinson Lee Date: Sun, 26 Dec 2010 04:48:29 +0000 (-0800) Subject: swrast: Clean up header file inclusion in ss_triangle.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da0bdc7cd576cc46b94a1d145cc59b6ed1f6439e;p=mesa.git swrast: Clean up header file inclusion in ss_triangle.h. --- diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index 05110865daf..a027f48269e 100644 --- a/src/mesa/swrast_setup/ss_triangle.h +++ b/src/mesa/swrast_setup/ss_triangle.h @@ -29,7 +29,7 @@ #ifndef SS_TRIANGLE_H #define SS_TRIANGLE_H -#include "main/mtypes.h" +struct gl_context; void _swsetup_trifuncs_init( struct gl_context *ctx );