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

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


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

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

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

---

 src/mesa/swrast_setup/ss_vb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h
index b8322f3..05e665b 100644
--- a/src/mesa/swrast_setup/ss_vb.h
+++ b/src/mesa/swrast_setup/ss_vb.h
@@ -29,7 +29,7 @@
 #ifndef SS_VB_H
 #define SS_VB_H
 
-#include "main/mtypes.h"
+struct gl_context;
 
 void _swsetup_vb_init( struct gl_context *ctx );
 void _swsetup_choose_rastersetup_func( struct gl_context *ctx );




More information about the mesa-commit mailing list