swrast: Clean up header file inclusion in ss_triangle.h.
authorVinson Lee <vlee@vmware.com>
Sun, 26 Dec 2010 04:48:29 +0000 (20:48 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 26 Dec 2010 04:48:29 +0000 (20:48 -0800)
src/mesa/swrast_setup/ss_triangle.h

index 05110865dafa6c6032a7f5ac7056b3abc2a52b7d..a027f48269e55fb08f86c6b27974c5a9f74766ed 100644 (file)
@@ -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 );