swrast: Clean up header file inclusion in ss_triangle.h.

Remove ss_context.h.
Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee 2010-08-12 23:56:52 -07:00
parent 8829e0c3f3
commit c7f24afcaf

View 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 );