diff options
author | Vinson Lee <[email protected]> | 2010-08-12 23:56:52 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-12 23:56:52 -0700 |
commit | c7f24afcaf63d5e58fcc77199702c1cbac625003 (patch) | |
tree | af43fe959a7d5fcf22d9324521bdacc5015a0d52 /src/mesa/swrast_setup | |
parent | 8829e0c3f3d4a53d702eca91253b5194f1d94503 (diff) |
swrast: Clean up header file inclusion in ss_triangle.h.
Remove ss_context.h.
Include mtypes.h for GLcontext symbol.
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 007fa2e9141..ac553cbd018 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 "ss_context.h" +#include "main/mtypes.h" void _swsetup_trifuncs_init( GLcontext *ctx ); |