From c7f24afcaf63d5e58fcc77199702c1cbac625003 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 12 Aug 2010 23:56:52 -0700 Subject: swrast: Clean up header file inclusion in ss_triangle.h. Remove ss_context.h. Include mtypes.h for GLcontext symbol. --- src/mesa/swrast_setup/ss_triangle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast_setup') diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index 007fa2e914..ac553cbd01 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 "ss_context.h" +#include "main/mtypes.h" void _swsetup_trifuncs_init( GLcontext *ctx ); -- cgit v1.2.3