Module: Mesa
Branch: master
Commit: c7f24afcaf63d5e58fcc77199702c1cbac625003
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7f24afcaf63d5e58fcc77199702c1cbac625003

Author: Vinson Lee <v...@vmware.com>
Date:   Thu Aug 12 23:56:52 2010 -0700

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

Remove ss_context.h.
Include mtypes.h for GLcontext symbol.

---

 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 007fa2e..ac553cb 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 );

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to