summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-12 23:56:52 -0700
committerVinson Lee <vlee@vmware.com>2010-08-12 23:56:52 -0700
commitc7f24afcaf63d5e58fcc77199702c1cbac625003 (patch)
treeaf43fe959a7d5fcf22d9324521bdacc5015a0d52
parent8829e0c3f3d4a53d702eca91253b5194f1d94503 (diff)
swrast: Clean up header file inclusion in ss_triangle.h.
Remove ss_context.h. Include mtypes.h for GLcontext symbol.
-rw-r--r--src/mesa/swrast_setup/ss_triangle.h2
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 );