swrast: Clean up header file inclusion in ss_triangle.h.
authorVinson Lee <vlee@vmware.com>
Fri, 13 Aug 2010 06:56:52 +0000 (23:56 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 13 Aug 2010 06:56:52 +0000 (23:56 -0700)
Remove ss_context.h.
Include mtypes.h for GLcontext symbol.

src/mesa/swrast_setup/ss_triangle.h

index 007fa2e9141a3d8d7e540876d512096c986a37c8..ac553cbd018c2d938e8d81aab9c5bc3682676625 100644 (file)
@@ -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 );