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 0511086..a027f48 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 );