projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8829e0c
)
swrast: Clean up header file inclusion in ss_triangle.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 13 Aug 2010 06:56:52 +0000
(23:56 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/swrast_setup/ss_triangle.h
b/src/mesa/swrast_setup/ss_triangle.h
index 007fa2e9141a3d8d7e540876d512096c986a37c8..ac553cbd018c2d938e8d81aab9c5bc3682676625 100644
(file)
--- 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 );