diff options
author | Vinson Lee <[email protected]> | 2010-12-25 20:48:29 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-25 20:48:29 -0800 |
commit | da0bdc7cd576cc46b94a1d145cc59b6ed1f6439e (patch) | |
tree | 2490f775049660fb26a35ac9328b6f1c362a640c /src/mesa/swrast_setup | |
parent | 77d1d351637f127651d554616d71bc9afb9395f9 (diff) |
swrast: Clean up header file inclusion in ss_triangle.h.
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r-- | src/mesa/swrast_setup/ss_triangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index 05110865daf..a027f48269e 100644 --- a/src/mesa/swrast_setup/ss_triangle.h +++ b/src/mesa/swrast_setup/ss_triangle.h @@ -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 ); |