From 775e373dd9e7c1fd5ac94799371d2a4e9bd86133 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 24 Dec 2010 18:48:00 -0800 Subject: swrast: Clean up header file inclusion in s_aatriangle.h. --- src/mesa/swrast/s_aatriangle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_aatriangle.h b/src/mesa/swrast/s_aatriangle.h index 746e456f5f..e40efb1985 100644 --- a/src/mesa/swrast/s_aatriangle.h +++ b/src/mesa/swrast/s_aatriangle.h @@ -28,7 +28,7 @@ #define S_AATRIANGLE_H -#include "main/mtypes.h" +struct gl_context; extern void -- cgit v1.2.3