Mesa (master): swrast: Clean up header file inclusion in ss_triangle.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 26 04:48:52 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 25 20:48:29 2010 -0800

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

---

 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 0511086..a027f48 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 );




More information about the mesa-commit mailing list